Skip to content Skip to sidebar Skip to footer

React-native And React-native-navigation Error

I have question about react-native-navigation , when i am trying to start my app with command npm run android i am getting an error here is the github repo with code 'https://githu

Solution 1:

first, you should install all dependency by running the following command

npm install

then

npm start

to run react native android project run

react-native run-android

this work for me.

Post a Comment for "React-native And React-native-navigation Error"