You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
navigationStore.js:1 Uncaught TypeError: (0 , _reactNavigation.StackNavigator) is not a function
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at NavigationStore.create (navigationStore.js:1)
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
cause react-navigation on web no have this StackNavigator function
Version
Tell us which versions you are using:
Expected behaviour
run react-native-web on chrome
Can run
Actual behaviour
navigationStore.js:1 Uncaught TypeError: (0 , _reactNavigation.StackNavigator) is not a function
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at _loop (navigationStore.js:1)
at NavigationStore.processScene (navigationStore.js:1)
at NavigationStore.create (navigationStore.js:1)
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
in react-navigation package.json info:
{
"main": "src/react-navigation.js",
"sources": {
"react-native-v1": "lib-rn/react-navigation.js",
"web": "lib/react-navigation.web.js"
}
My English is poor, sorry 。。。
The text was updated successfully, but these errors were encountered: