Skip to content

yoesuv/RN-Build-Environment

Repository files navigation

React Native Build Environment

Demonstrate build React Native app using flavor/scheme in Android & iOS. How to run

npx react-native run-android --variant=devDebug
npx react-native run-android --variant=stagingDebug
npx react-native run-android --variant=productionDebug

npx react-native run-ios --scheme FlavorDevelopment --configuration DevelopmentDebug
npx react-native run-ios --scheme FlavorStaging --configuration StagingDebug
npx react-native run-ios --scheme FlavorProduction --configuration ProductionDebug

Screenshot Android

Flavor Development Staging Production

Screenshot iOS

Flavor Development Staging Production

List Package

References