36 lines
729 B
JSON
36 lines
729 B
JSON
{
|
|
"expo": {
|
|
"name": "Bird Ringer",
|
|
"slug": "bird-bam",
|
|
"privacy": "public",
|
|
"sdkVersion": "34.0.0",
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"web"
|
|
],
|
|
"android": {
|
|
"package": "com.mrarm.birdbam"
|
|
},
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/logo.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"entryPoint": "node_modules/expo/AppEntry.js"
|
|
},
|
|
"displayName": "Bird Ringer",
|
|
"name": "birdringer"
|
|
} |