I'm using "react-native": "0.63.2", "react-native-camera": "^3.37.0",
'camera not authorized' is the error displayed when the camera is launched
same is true with different camera libraries, but default camera works normally
I've added:
{ NSCameraUsageDescription NSPhotoLibraryUsageDescription NSMicrophoneUsageDescription NSPhotoLibraryAddUsageDescription } to ios/project/Info.plist
and also tried:
cameraProps={{captureAudio: false}}
but its not working. Any insights will be much appreciated. Thank you.