brunolemos/react-native-web-monorepo

How to bring it to production?

annetyy opened this issue ยท 4 comments

How to bring it to production?
Get the APK and Web Server?

Android

mac:
$ cd packages/mobile/android && ./gradlew assembleRelease
window:
$ cd packages/mobile/android && gradlew assembleRelease

Web

$ yarn workspace web build

what about ios?

thank you so much @hosseinmd !!!
works fine web/android ๐Ÿ‘

i'll let this issue open cause i wanna know how to do this in mac/ios too

This repository doesn't cause any change on how you release an app to production.

For iOS, you need to open Xcode > Product > Archive and then upload it to App Store.