DEV Community

Discussion on: React Navigation - Getting started!

Collapse
 
jbernibe profile image
jbernibe

Hello my friend,i did all your explain, but it doesnt work for me, i inclusive did the procedure of the official page react navigator 4X (reactnavigation.org/docs/en/gettin...) , but dont work, Ijust can do work it with expo, but i want to do it without expo, you think this can should to the version of something dependences?

My dependences are the follow:
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.4",
"react-native-gesture-handler": "1.5.0",
"react-navigation": "4.0.10"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/runtime": "7.7.2",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"eslint": "6.6.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.57.0",
"react-test-renderer": "16.9.0"
},

Please can you help me with this, I take several days without get solution.

You have any simple example with react-navigation in github ?

PD: My project runs normal without the react-navigator, but throws error when I add the react-navigator.

Thanks in advance.
Juan.