mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-30 21:21:06 +00:00
* Add video/audio authorization check for Android This only checks for the permission and no request is made. `PermissionAndroid` in recent React Native or manually asking it from native code can still be used. * Add checkDeviceAuthorizationStatus