A helper for building `react-native` `apk`, `aab` and rename the release accordingly.
npm install @resting/rnasrA helper for building react-native aab, apk and rename the release accordingly.
applicationId, versionName and versionCode declared in app/build.gradle to the built apk.bundleRelease is now the default. app:assembleRelease is now under -o flag../gradlew assembleRelease in project folder.apk with applicationId, versionName and versionCode suffix.apk #### Example of apk filename
``bash`
./android/app/build/outputs/apk/release/app-release-${appId}-${appVer}-b${appBuild}-${_datetime}.apk
bash
$ npm install -g @resting/rnasr
`
Or see without install$3
`bash
$ projectfolder > rnasr
`$3
`bash
$ projectfolder > npx @resting/rnasr
``