skip to Main Content

React Native + Metro: Build Android / iOS with custom scripts

Premises To allow for multi environment builds, the following Android flavors were set: productFlavors { development { resValue "string", "app_name", "AppName Dev" applicationId "com.org.nativeapp.development" } staging { resValue "string", "app_name", "AppName Stag" applicationId "com.org.nativeapp.staging" } production { resValue "string", "app_name",…

VIEW QUESTION
Back To Top
Search