Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Delivery Old

patogallaiovlabs edited this page Jun 7, 2021 · 1 revision

Deployment

  1. Android
    1. Modify keystore setting in ./android/gradle.properties
    2. Run npm run android to build android apk. the apk file will be generated at the path: ./android/app/build/outputs/apk/release
  2. iOS
    1. Remove Libraries/React.xcodeproj/React/Views/RCTWebView.h、RCTWebView.m、RCTWebViewManager.h、RCTWebViewManager.m in Xcode to remove UIWebView.
    2. Change signing team in the project settings signingTeam
    3. Build ios app via Product -> Archive in Xcode
    4. Window -> Organizer, Distribute app to App Store Connect Distribute
    5. Login App Store Connect, add new build to TestFlight AddBuildToTestFlight