A basic boilerplate to create a react-native project with,
- Clone repository.
git clone https://github.com/Guerrero25/react-native-project-template.git
- Delete android and ios folder.
rm -R ./android && rm -R ./ios
-
Change the app name on
app.json
. -
Run react-native eject command and link the dependencies
react-native eject && react-native link
- Install dependencies
npm install
- Run the project
react-native run-android
orreact-native run-ios