How to build Expo APK local

后端 未结 3 1845
失恋的感觉
失恋的感觉 2021-02-05 14:54

Is it possible to build the APK of an expo app locally?

The doc says:

If you haven’t used exp before, the first thing you’ll need to do is login w

3条回答
  •  误落风尘
    2021-02-05 15:18

    if you want to generate apk eject the CRNA with npm run eject command. Then you will get android and ios folders suppurate in mac and you will get an only android folder in windows. and follow the instruction which is in a given link below

    "https://facebook.github.io/react-native/docs/signed-apk-android.html"

提交回复
热议问题