38 lines
843 B
JSON
38 lines
843 B
JSON
{
|
|
"expo": {
|
|
"name": "expo-starter",
|
|
"slug": "expo-starter",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "myapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.trynoah"
|
|
},
|
|
"android": {
|
|
"package": "com.trynoah",
|
|
"versionCode": 1,
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "single",
|
|
"favicon": "./assets/images/favicon.png",
|
|
"baseUrl": "/mobile"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-font",
|
|
"expo-web-browser"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
}
|
|
}
|
|
} |