expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Compatibility with RN 0.47 #493

Closed monostere0 closed 6 years ago

monostere0 commented 7 years ago

I have upgraded my codebase to RN 0.47 and I receive this error in the when using the tab navigation. It probably also has to do a lot with the fact that RN 0.47 is paired with React 16.0.0-alpha.12. ex-navigation-error

Can anyone point me to the right direction? I am not using something out of ordinary, it's just a TabNavigation component with some TabNavigationItem(s) inside of it.

rahulbhankar786 commented 6 years ago

I have an issue when using react-native verion 0.50.4 . image below is my package.json file details-

"@expo/ex-navigation": "^2.11.2", "babel-preset-react-native-stage-0": "^1.0.1", "react": "16.0.0", "react-native": "0.50.4", "react-native-vector-icons": "^4.0.1", "react-navigation": "^1.0.0-beta.7"

rahulbhankar786 commented 6 years ago

use "@expo/ex-navigation": "^3.1.0", this will solve ur problem.