This project is a React Native scaffold and follows my React Native Guidelines.
- Clone this project
- Navigate to the project
cd react-native-scaffold
- Rename the app with the desired name using react-native-rename:
yarn global add react-native-rename
react-native-rename <newName>
- Update outdated packages. You can see outdated packages by running:
yarn outdated