32 lines
613 B
JSON
Executable file
32 lines
613 B
JSON
Executable file
{
|
|
"expo": {
|
|
"name": "csrv",
|
|
"slug": "csrv",
|
|
"privacy": "public",
|
|
"sdkVersion": "36.0.0",
|
|
"platforms": [
|
|
"android"
|
|
],
|
|
"version": "1.2.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"package": "com.rpicsrv.csrv",
|
|
"versionCode": 2
|
|
}
|
|
}
|
|
}
|