react-native android build apk
cd android
./gradlew assembleRelease
react-native android build apk
cd android
./gradlew assembleRelease
react native run release
npx react-native run-android --variant=release
react-native make android apk
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
react native version
$ npm install react-native-version --save-dev# or $ yarn add react-native-version --dev
react native version
{ "name": "AwesomeProject", "version": "0.0.1", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",+ "postversion": "react-native-version" }}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us