+ 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.
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)
+ 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.