Answers for "can i make android app with react native"

4

how to run react native app

react-native run-android 
react-native run-ios
Posted by: Guest on August-23-2020
6

start react native app

npm install -g expo-cli
Posted by: Guest on February-10-2020
1

react-native make android apk

cd android && ./gradlew assembleRelease
Posted by: Guest on July-28-2020
0

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/
Posted by: Guest on July-28-2020

Code answers related to "can i make android app with react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language