Skip to content

Instantly share code, notes, and snippets.

View vitorleonel's full-sized avatar
🎯
Focusing

Vitor Leonel vitorleonel

🎯
Focusing
View GitHub Profile
@vitorleonel
vitorleonel / react-native-offline-bundling-android
Created June 20, 2019 22:53 — forked from erikyuntantyo/react-native-offline-bundling-android
Build react-native offline bundling into android
# create assets folder in the current project
$ mkdir android/app/src/main/assets
# create bundle script
$ 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/
# execute command to run android to create debug apk
$ react-native run-android
# Or change to android folder