mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
721 B
31 lines
721 B
{
|
|
"expo": {
|
|
"name": "MyProjectName",
|
|
"slug": "MyProjectName",
|
|
"privacy": "public",
|
|
"sdkVersion": "36.0.0",
|
|
"platforms": ["ios", "android", "web"],
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "cover",
|
|
"backgroundColor": "#38003c"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.MyCompanyName.MyProjectName",
|
|
"buildNumber": "1.0.0"
|
|
},
|
|
"android": {
|
|
"package": "com.MyCompanyName.MyProjectName",
|
|
"versionCode": 1
|
|
}
|
|
}
|
|
}
|