From the root of react-native-enabler project, run:
rsync -av --include='**.gitignore' --filter=':- .gitignore' ./joconde/ ../<PROJECT_NAME>
✅ Check
An <PROJECT_NAME>
folder is created.
cd ../<PROJECT_NAME>
yarn
✅ Check
- A node_modules folder has been created
Open app.json and change name
and slug
properties
yarn ios
✅ Check
The ios application run.
yarn android
✅ Check
The android application run.
git init
git add .
git commit -m "Init new react-native application"