zehfernandes / react-native-3dcube-navigation

MIT License
283 stars 48 forks source link

fix(android): add folder with missing assets and bundle #3

Closed bella-silveira closed 6 years ago

bella-silveira commented 6 years ago

The Android version wasn't working because it wasn't properly bundled.

So I created a folder for the generated assets and generated the bundle file by running 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

This fixes the issue #2