Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 740 Bytes

File metadata and controls

31 lines (25 loc) · 740 Bytes

RN 0.61 Application for xpay

Development

git clone --single-branch --branch xpay https://github.com/opetstudio/MyPizzaApp.git 
cd MyPizzaApp
npm install
cd ios
pod install
npx react-native link
# add this line >>> missingDimensionStrategy 'react-native-camera', 'general' <<< inside android/app/build.gradle after line "versionName "1.0""
react-native run-android

build

./gradlew app:assembleRelease

upload to appcenter

# ios
appcenter codepush release-react -a opetstudio/XPay-ios -d Staging
# android
appcenter codepush release-react -a opetstudio/XPay-android -d Staging

codepush integration guide

https://docs.microsoft.com/en-us/appcenter/distribution/codepush/react-native