29 lines
649 B
JSON
29 lines
649 B
JSON
{
|
|
"expo": {
|
|
"name": "寸进",
|
|
"slug": "inchstep",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#FF6B35"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.inchstep.app"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#FF6B35"
|
|
},
|
|
"package": "com.inchstep.app"
|
|
},
|
|
"plugins": []
|
|
}
|
|
}
|