create-nova-expo-template
Version:
A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.
23 lines (22 loc) • 389 B
JSON
{
"cli": {
"version": ">= 3.16.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"channel": "staging"
},
"production": {
"channel": "main"
}
},
"submit": {
"production": {}
}
}