phamha98 / hi

note
Other
2 stars 0 forks source link

How to use offline bundle on android for react native project? #1

Open phamha98 opened 2 years ago

phamha98 commented 2 years ago

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 bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/