Refactored with a new Camera Library:(react-native-vision-camera). Need fix scanQRCodeFromImage
This commit is contained in:
11
app.json
11
app.json
@@ -26,6 +26,17 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user