Answers for "react native production build android"

1

react-native release build

cd android && ./gradlew assembleRelease
Posted by: Guest on March-17-2021
1

run react native app in production mode

react-native run-android --variant release #android
react-native run-ios --configuration Release #ios
Posted by: Guest on October-15-2021

Code answers related to "react native production build android"

Browse Popular Code Answers by Language