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.
44 lines
969 B
44 lines
969 B
{ |
|
"expo": { |
|
"name": "Danovin", |
|
"slug": "Danovin", |
|
"version": "1.0.0", |
|
"orientation": "portrait", |
|
"userInterfaceStyle": "automatic", |
|
"icon": "./assets/appLogo.png", |
|
"scheme": "dnvn", |
|
"splash": { |
|
"image": "", |
|
"resizeMode": "contain", |
|
"backgroundColor": "#ffffff" |
|
}, |
|
"updates": { |
|
"fallbackToCacheTimeout": 0 |
|
}, |
|
"assetBundlePatterns": ["**/*"], |
|
"ios": { |
|
"supportsTablet": true, |
|
"bundleIdentifier": "com.appsazz.RnDanovinExpo" |
|
}, |
|
"android": { |
|
"adaptiveIcon": { |
|
"foregroundImage": "", |
|
"backgroundColor": "#FFFFFF" |
|
}, |
|
"package": "com.appsazz.RnDanovinExpo", |
|
"permissions": ["READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE"] |
|
}, |
|
"web": { |
|
"favicon": "" |
|
}, |
|
"description": "", |
|
"plugins": [ |
|
[ |
|
"expo-image-picker", |
|
{ |
|
"photosPermission": "photosPermission" |
|
} |
|
] |
|
] |
|
} |
|
}
|
|
|