mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"expo": {
|
|
"name": "movie-web",
|
|
"slug": "mw-mobile",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"scheme":"dev.movieweb.app",
|
|
"icon": "./assets/images/icon.png",
|
|
"splash": {
|
|
"image": "./assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"jsEngine": "jsc",
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "dev.movieweb.app"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#FFFFFF"
|
|
},
|
|
"package": "dev.movieweb.app"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/images/favicon.png",
|
|
"bundler": "metro"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"@config-plugins/detox",
|
|
{
|
|
"skipProguard": false,
|
|
"subdomains": [
|
|
"10.0.2.2",
|
|
"localhost"
|
|
]
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
}
|
|
}
|
|
}
|