How to create a new project of react native. Using this command npx create-react-app example-app takes much time. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create a new project of react native. Using this command npx create-react-app example-app takes much time.

How to do it without doing it in this manner. One app project is already installed, can its files be used to make a new project.

4th Jun 2020, 4:54 PM
Aman Kumar
Aman Kumar - avatar
2 Answers
+ 1
Copy and paste the initial project then remove all the files in src and creates the index.js file? It work for my, I guess... If you find another way share it!! (Sorry for bad English)
5th Jun 2020, 3:20 AM
Anthonely
Anthonely - avatar
+ 1
Ya it works in both(creating app and app with expo). Only name of the projects are supposed to be changed in the package files.
6th Jun 2020, 9:44 AM
Aman Kumar
Aman Kumar - avatar