93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
|
|
{
|
||
|
|
"expo": {
|
||
|
|
"name": "Entregas App",
|
||
|
|
"slug": "entregas-app",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"orientation": "portrait",
|
||
|
|
"icon": "./assets/icon.png",
|
||
|
|
"userInterfaceStyle": "light",
|
||
|
|
"splash": {
|
||
|
|
"image": "./assets/splash.png",
|
||
|
|
"resizeMode": "contain",
|
||
|
|
"backgroundColor": "#ffffff"
|
||
|
|
},
|
||
|
|
"assetBundlePatterns": [
|
||
|
|
"**/*"
|
||
|
|
],
|
||
|
|
"ios": {
|
||
|
|
"supportsTablet": true,
|
||
|
|
"bundleIdentifier": "com.jurunense.entregasapp",
|
||
|
|
"infoPlist": {
|
||
|
|
"NSCameraUsageDescription": "Este aplicativo usa a câmera para capturar fotos das entregas.",
|
||
|
|
"NSPhotoLibraryUsageDescription": "Este aplicativo usa a galeria para selecionar fotos das entregas.",
|
||
|
|
"NSLocationWhenInUseUsageDescription": "Este aplicativo usa sua localização para mostrar rotas de entrega."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"android": {
|
||
|
|
"adaptiveIcon": {
|
||
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||
|
|
"backgroundColor": "#ffffff"
|
||
|
|
},
|
||
|
|
"package": "com.jurunense.entregasapp",
|
||
|
|
"permissions": [
|
||
|
|
"CAMERA",
|
||
|
|
"READ_EXTERNAL_STORAGE",
|
||
|
|
"WRITE_EXTERNAL_STORAGE",
|
||
|
|
"ACCESS_COARSE_LOCATION",
|
||
|
|
"ACCESS_FINE_LOCATION"
|
||
|
|
],
|
||
|
|
"config": {
|
||
|
|
"googleMaps": {
|
||
|
|
"apiKey": "AIzaSyBc0DiFwbS0yOJCuMi1KGwbc7_d1p8HyxQ"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"web": {
|
||
|
|
"favicon": "./assets/favicon.png"
|
||
|
|
},
|
||
|
|
"plugins": [
|
||
|
|
[
|
||
|
|
"expo-camera",
|
||
|
|
{
|
||
|
|
"cameraPermission": "Permitir que $(PRODUCT_NAME) acesse sua câmera."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
[
|
||
|
|
"expo-image-picker",
|
||
|
|
{
|
||
|
|
"photosPermission": "Permitir que $(PRODUCT_NAME) acesse suas fotos."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
[
|
||
|
|
"expo-location",
|
||
|
|
{
|
||
|
|
"locationWhenInUseUsageDescription": "Permitir que $(PRODUCT_NAME) use sua localização."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"expo-sqlite",
|
||
|
|
"expo-font",
|
||
|
|
[
|
||
|
|
"expo-notifications",
|
||
|
|
{
|
||
|
|
"icon": "./assets/notification-icon.png",
|
||
|
|
"color": "#ffffff"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
[
|
||
|
|
"expo-maps",
|
||
|
|
{
|
||
|
|
"requestLocationPermission": true,
|
||
|
|
"locationPermission": "Permitir que $(PRODUCT_NAME) use sua localização para mostrar rotas de entrega."
|
||
|
|
}
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"newArchEnabled": true,
|
||
|
|
"extra": {
|
||
|
|
"eas": {
|
||
|
|
"projectId": "your-project-id"
|
||
|
|
},
|
||
|
|
"googleMapsApiKey": "AIzaSyBc0DiFwbS0yOJCuMi1KGwbc7_d1p8HyxQ"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|