Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackScreenNavigator gives an error when using isSwipeToPopEnabled = true #1763

Open
denisgl7 opened this issue Oct 7, 2018 · 1 comment
Labels

Comments

@denisgl7
Copy link

denisgl7 commented Oct 7, 2018

The error occurs when an unfinished swipe to the previous screen and return

this._dragEffectContext = this._dragEffectTransition(this._previousScreenInTransition, this._activeScreen, null, true);
[Fault] exception, information=TypeError: Error #1006: value is not a function.

Error does not always occur. I can conduct more investigations. But maybe you have ideas why it arises

Once there was such an error, but in the process of use, I do not remember how it came about

[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
var screenItem:StackScreenNavigatorItem = this.getScreen(this._activeScreenID); null
@joshtynjala
Copy link
Member

Unfortunately, no ideas off the top of my head.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants