1.

How to create a new React Native project?

Answer»

How to create a new REACT Native project?
Choose the correct option from below list
(1)$ react native INIT
(2)$ react-native init
(3)RUN $ npm init
(4)create FILES manually

Answer:-(2)$ react-native init



Discussion

No Comment Found