React Native base project
- XCode (v12.3 or mayor)
- Android Studio: environment setup (Tab React Native CLI QuickStart): https://reactnative.dev/docs/environment-setup
- Clone Repository
- Run
yarn
onpm
on the project route cd ios && pod install && cd ..
on the project route- Run a metro bundler on the project route
yarn start --reset-cache o npm start --reset-cache
yarn ios
ornpm ios
to execute ios simulatoryarn android
ornpm android
to execute ios simulator
- rename project using https://github.com/junedomingo/react-native-rename