...
You can update our mobile configuration and assets for iOS app in:
- App configurations inCopy ios/configuration_example.json to ios/configuration.json file and configure this file with proper value
- Set `merchantId` to enable Apple Pay
- Firebase config file ios/GoogleService-Info.plist
- Please refer this guide to download it from your Firebase project for iOS app
...
Code Block |
---|
yarn install yarn ios-config yarn reloadconfig-app |
Run your iOS app
Start React Native metro package manager
...