1.2.4 • Published 2 years ago

@resting/rnasr v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React native assembleRelease

A helper for building react-native aab, apk and rename the release accordingly.

What it does

Adds the applicationId, versionName and versionCode declared in app/build.gradle to the built apk. With version 1.2.0,

  • datetime is also added to filename.
  • bundleRelease is now the default. app:assembleRelease is now under -o flag.

Features

  • Does ./gradlew assembleRelease in project folder.
  • Rename packaged apk with applicationId, versionName and versionCode suffix.
  • Open finder to apk

Example of apk filename

./android/app/build/outputs/apk/release/app-release-${appId}-${appVer}-b${appBuild}-${_datetime}.apk

Install globally

$ npm install -g @resting/rnasr

Or see without install

Usage

$ projectfolder > rnasr

Without install

$ projectfolder > npx @resting/rnasr
1.2.4

2 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago