Login
Remember
Register
Ask a Question
How to create a new React Native project?
0
votes
asked
May 20, 2020
in
ReactJS
by
GeorgeBell
edited
Mar 19, 2021
by
rajeshsharma
How to create a new React Native project?
i) create files manually
ii) $ react native init
iii) run $ npm init
iv) $ react-native init
#react-native
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 20, 2020
by
GeorgeBell
Ans is
$ react-native init
...