forked from cemaden-educacao/WPD-MobileApp
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.
37 lines
940 B
37 lines
940 B
{
|
|
"expo": {
|
|
"name": "wpd-mobileapp",
|
|
"slug": "wpd-mobileapp",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./app/assets/icon.png",
|
|
"splash": {
|
|
"image": "./app/assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "Enable Camera Acess so that you can record Videos",
|
|
"NSPhotoLibraryUsageDescription": "Enable Camera Roll Access so that you can select Other Videos from Camera Roll"
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./app/assets/adaptive-icon.png",
|
|
"backgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
"web": {
|
|
"favicon": "./app/assets/favicon.png"
|
|
},
|
|
"description": ""
|
|
}
|
|
}
|