-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
TypeError: undefined is not a function this._children[typeof Symbol === 'function'? Symbol.iterator: '@@iterator']()') #2520
Comments
Tested a little bit more options, it really seems to be a bug inherent to the stack navigator. The tab navigator is working well... |
Same here |
@CarbonC I solved my problem by importing |
Yeah, i just updated the babel-react-native-preset version right now and it fixed it. Thanks! |
@CarbonC Hi, I just started trying out React and having trouble with Navigation. I got TabNavigator working, but not StackNavigator. Can you please state which version of babel-react-native-preset you updated to fix the issue? For reference these are my versions:
Thanks |
@sfreeman28 - your error is probably related to this issue. |
@skicson Yea thanks I just saw that Issue report and looks like what I am getting. Thanks for the help |
npm install --save babel-polyfill and add import "babel-polyfill" to your entry file. This work for me on Android. |
Version
Tell us which versions you are using:
Expected behaviour
Router don't crash
Actual behaviour
Router crash on android when navigating between screens, with error:
It is maybe linked to this:
react-navigation/react-navigation#1777
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
The text was updated successfully, but these errors were encountered: