UNPKG

rnr-starter

Version:

A comprehensive React Native Expo boilerplate with 50+ modern UI components, dark/light themes, i18n, state management, and production-ready architecture

44 lines (43 loc) 793 B
{ "cli": { "appVersionSource": "local" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "env": { "APP_ENV": "development", "NODE_ENV": "development" }, "android": { "buildType": "apk" }, "ios": { "simulator": true } }, "preview": { "distribution": "internal", "env": { "APP_ENV": "preview", "NODE_ENV": "preview" }, "android": { "buildType": "apk" } }, "production": { "env": { "APP_ENV": "production", "NODE_ENV": "production" }, "android": { "buildType": "app-bundle" }, "ios": { "resourceClass": "m-medium" } } } }