callstack / super-app-showcase

Monorepository template for super app development with React Native and Re.Pack
MIT License
382 stars 63 forks source link

setup android release config #33

Closed thymikee closed 1 year ago

thymikee commented 1 year ago

Summary

Prepare app for android release

Test plan

To build:

yarn react-native run-android --mode release

To test locally:

yarn react-native run-android --mode release

Note: since http server is http, not https, you'll need to turn on android:usesCleartextTraffic="true" locally in main AndroidManifest.xml for the app to be able to resolve catalog-server served modules and mini-apps.