npm start = to start the project npx react-native run-android = to build the react native and then run in android device
cd android &&./gradlew clean = to clean the gradle
git rm -r --cached
- sudo rm -rf android/ ios/
- yarn add react-native-eject
- npx react-native eject
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res