mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-23 01:01:27 +00:00
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"expo": {
|
|
"name": "powr",
|
|
"slug": "powr",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "myapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.powr.app",
|
|
"infoPlist": {
|
|
"UIFileSharingEnabled": true
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.powr.app",
|
|
"permissions": [
|
|
"WRITE_EXTERNAL_STORAGE",
|
|
"READ_EXTERNAL_STORAGE"
|
|
]
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-dev-client",
|
|
[
|
|
"expo-sqlite",
|
|
{
|
|
"androidPackage": "expo.modules.sqlite.SQLiteModule",
|
|
"enableChangeListener": false,
|
|
"enableFTS": true,
|
|
"android": {
|
|
"enableFTS": true
|
|
},
|
|
"ios": {
|
|
"enableFTS": true
|
|
}
|
|
}
|
|
],
|
|
"expo-secure-store",
|
|
"expo-av",
|
|
"expo-splash-screen"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"runtimeVersion": {
|
|
"policy": "sdkVersion"
|
|
},
|
|
"updates": {
|
|
"url": "https://u.expo.dev/your-project-id"
|
|
},
|
|
"extra": {
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "f3895f49-d9c9-4653-b73b-356f727debe2"
|
|
}
|
|
},
|
|
"owner": "promotus"
|
|
}
|
|
} |