Clone repo
git clone https://github.com/pnishith/react-native-boilerplate.git
$ npm install
$ pod repo update (MAC only if pod is old)
$ npx pod-install (Mac Only) [if error, run this in terminal `sudo xcode-select --switch /Applications/Xcode.app`]
$ npx react-native run-android
$ npm react-native start
Follow link
https://reactnative.dev/docs/signed-apk-android
Simply run the following in a terminal:
$ cd android
$ ./gradlew assembleRelease
Simply run the following in a terminal:
$ cd android
$ ./gradlew clean