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
I dies on run with error: bundling: UnableToResolveError: Unable to resolve module react-navigation/src/views/CardStackStyleInterpolator from /Work/mine/reacttest/react-native-router-flux/Example/Example.js
Very simple fix, it seems that react-navigation changed the location of the file.
So in Example.js
-import CardStackStyleInterpolator from 'react-navigation/src/views/CardStackStyleInterpolator';+import CardStackStyleInterpolator from 'react-navigation/src/views/CardStack/CardStackStyleInterpolator';
I can make a PR if you want. Thank you 🤗
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
The example app in the repo should run.
Actual behaviour
I dies on run with
error: bundling: UnableToResolveError: Unable to resolve module react-navigation/src/views/CardStackStyleInterpolator from /Work/mine/reacttest/react-native-router-flux/Example/Example.js
Very simple fix, it seems that react-navigation changed the location of the file.
So in Example.js
I can make a PR if you want. Thank you 🤗
The text was updated successfully, but these errors were encountered: