In this page we will list the steps to publish the app on iOS App Store / Android Play Store.
- Switch to the
master
branch and install the dependencies withyarn install:ios
- Build the JS bundle with
yarn build-prod:ios
- Start the react-native server with
yarn start
- Build the project in Xcode, with
Generic iOS Device
selected on the top left
- On Xcode, Choose
Product -> Archieve
- In the following menu, click
Validate App
. - Click 'Distribute App' for uploading to Test Flight.
- Then it should be seen on Test Flight on Apple Connect, after it is approved, it could be used with the internal test team.
yarn install
to install all the related dependencies.cd android && ./gradlew assembleRelease
for generating unsigned apk.- Sign the apk with keystore file
- In Google Play Console -> Choose the App -> Release Management on Left Panel -> App Release on Left Panel -> Production track -> Manage -> Create Release -> Add the signed apk file here.