I am trying to create and start the reaction of a native application on my phone. I tried with Getting Started and it works great. For execution
follow these steps:
and it works on my android phone.
Now I'm trying to start a project from GitHub , I did the following
git clone https://github.com/h87kg/NavigatorDemo.gitcd NavigatorDemoreact-native start
I get a Command 'start' unrecognized. Did you mean to run this inside a react-native project? error Command 'start' unrecognized. Did you mean to run this inside a react-native project? Command 'start' unrecognized. Did you mean to run this inside a react-native project? . What to do to start this project? Any help is appreciated. Thanks in advance.
Update
After installing the npm install dependencies, I can start the server. Now when I try to run react-native run-android , I get the following error
JS server already running. Building and installing the app on the device (cd android && ./gradlew installDebug)... Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain Could not install the app on the device, see the error above.
source share