43 lines
1012 B
JSON
43 lines
1012 B
JSON
{
|
|
"expo": {
|
|
"name": "SafeQR",
|
|
"slug": "safeqr",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.safeqr.safeqr"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"android": {
|
|
"package": "com.safeqr.safeqr"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "88ad983d-5ca3-44e6-bc1b-8a9a941af992"
|
|
}
|
|
},
|
|
"plugins": [
|
|
[
|
|
"react-native-vision-camera",
|
|
{
|
|
"cameraPermissionText": "$(PRODUCT_NAME) needs access to your Camera.",
|
|
"enableMicrophonePermission": true,
|
|
"microphonePermissionText": "$(PRODUCT_NAME) needs access to your Microphone.",
|
|
"enableCodeScanner": true
|
|
}
|
|
]
|
|
],
|
|
"owner": "piggyinu"
|
|
}
|
|
}
|