Files
create-better-t-stack/apps/cli/templates/frontend/native/unistyles/app.json
Aman Varshney 6c269a4c5b add unistyles
2025-05-07 18:12:04 +05:30

45 lines
1.0 KiB
JSON

{
"expo": {
"name": "my-better-t-app",
"slug": "my-better-t-app",
"version": "1.0.0",
"newArchEnabled": true,
"scheme": "my-better-t-app",
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-router",
"react-native-edge-to-edge",
"expo-secure-store"
],
"experiments": {
"typedRoutes": true,
"tsconfigPaths": true,
"reactCompiler": true
},
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.amanvarshney01.mybettertapp"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.amanvarshney01.mybettertapp"
}
}
}