0 votes
in ReactJS by
edited by
Which command do you have to run for installing React Native?

i) npm-install react-native-cli

ii) npm install -g react-native-cli

iii) npm install g –react-native-cli

iv) none of the options

1 Answer

0 votes
by
Ans is npm install -g react-native-cli
...