Newer
Older
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "custom photos permission",
"cameraPermission": "Allow $(PRODUCT_NAME) to open the camera",
"//": "Disables the microphone permission",
"microphonePermission": false
}
],
[
"expo-notifications",
{
"color": "#ffffff"
}
]
],
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"infoPlist": {
"NSCameraUsageDescription": "This app uses the camera to scan barcodes on event tickets.",
"NSPhotoLibraryUsageDescription": "Test",
"NSMicrophoneUsageDescription ": "Test"
},
"bundleIdentifier": "com.holidays.santa"
"favicon": "./assets/icon.png"
},
"extra": {
"eas": {
"projectId": "11d4515f-c8f7-4852-9698-46bc219fd834"
}