Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Start React Native command line interface

this is the first time I started to work on the React Native Android Application But I am facing problem while opening React Native command line interface and I don't know how to open it please any one help me regarding this or provide me a link from where I can able to make a demo app.

like image 433
Nikhil Singh Avatar asked Dec 13 '16 06:12

Nikhil Singh


1 Answers

install node.js and then run:

npm install react-native-cli -g

This installs react-native-cli globally so you can open command line and run

react-native init AwesomeProject
like image 116
atlanteh Avatar answered Oct 31 '22 17:10

atlanteh