I installed response-native-cli globally:
npm install -g react-native-cli
Then run:
react-native init AwesomeProject cd AwesomeProject
I got the following structure:
-- AwesomeProject ---- node_modules ------ react-native
When I run reagent-native Android launch, I get an error message:
The run-android command is not recognized. Did you want to launch this in a jet project?
When I launch a jet start, I get the same thing.
react-native -v
prints:
response-native-cli: 0.2.0
response-native: n / a - not in React Native project directory
What am I doing wrong?
source share