React Native Android: Static Image is not showing in production released apk

前端 未结 5 627
攒了一身酷
攒了一身酷 2020-12-16 21:59

I have static image in my react-native app accessing via

  
5条回答
  •  一向
    一向 (楼主)
    2020-12-16 22:50

    This is the command that did it for me:

    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/

    take a look at github issue>

提交回复
热议问题