React native blank screen after generating APK

后端 未结 2 1094
庸人自扰
庸人自扰 2021-02-11 03:08

I\'m using react-native, and everything was working well while I was developing, but, when I built the APK (using this tutorial: https://facebook.github.io/react-native/docs/sig

2条回答
  •  抹茶落季
    2021-02-11 03:26

    Ok I solved the issue by running the following command before building:

    curl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bundle"

提交回复
热议问题