React Native Boilerplate.
This is to help those who just want's to go after the basic setup of the project.
Make sure to select lts/hydrogen from nvm i.e.: 18 from nvm cli
yarn
Scripts that help you run this project.
# it will start the metro server
yarn start
# it will start android version of the app
yarn android
# it will start ios version of the app
yarn ios
This project is licensed under the MIT License.