fristy/app.json

33 lines
712 B
JSON

{
"expo": {
"name": "Fristy",
"slug": "fristy",
"version": "0.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#6366F1"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.fristyapp.fristy"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#6366F1"
},
"package": "com.fristyapp.fristy"
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}