@reuvenorg/react-native-boilerplate-ultimate
Version:
A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.
49 lines • 1.05 kB
JSON
{
"name": "ExApp",
"displayName": "ExApp",
"expo": {
"name": "ExApp",
"slug": "ExApp",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.anonymous.exapp"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.anonymous.exapp"
},
"androidNavigationBar": {
"enforceContrast": true
},
"androidStatusBar": {
"translucent": false
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"android": {
"package": "com.anonymous.exapp"
},
"ios": {
"bundleIdentifier": "com.anonymous.exapp"
},
"entryPoint": "./index.js"
}