55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "CameraMan",
|
|
"slug": "CameraMan",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "$(PRODUCT_NAME) needs access to your Camera.",
|
|
"NSMicrophoneUsageDescription": "$(PRODUCT_NAME) needs access to your Microphone."
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"permissions": [
|
|
"android.permission.CAMERA",
|
|
"android.permission.RECORD_AUDIO"
|
|
],
|
|
"package": "com.anonymous.CameraMan"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
[
|
|
"react-native-vision-camera",
|
|
{
|
|
"cameraPermissionText": "$(PRODUCT_NAME) needs access to your Camera.",
|
|
"enableMicrophonePermission": true,
|
|
"microphonePermissionText": "$(PRODUCT_NAME) needs access to your Microphone."
|
|
}
|
|
]
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "d29f9a4b-2bda-44e1-b13c-921151f2510f"
|
|
}
|
|
},
|
|
"owner": "gmbraz"
|
|
}
|
|
}
|