简体   繁体   中英

Is there any way to reduce expo apk size without using pure react-native?

I am trying to install pure react-native but every now and then I am getting some error. So it would be nice if there is a way to reduce expo apk size.

You can migrate to react-native

  • make a new react app "react-native init"
  • Copy the source files over from Expo project
  • Install all dependencies of the Expo project except Expo specific libraries.
  • Make necessary adjustments to app.json file
  • Download the signing key of your Android app from Expo using exp
  • fetch:android:keystore and set it up

More details here Reduced the Size of React Native App by 86%

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM