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.
Share
Post a Comment
for "React-native And React-native-navigation Error"
Post a Comment for "React-native And React-native-navigation Error"