You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it returns {"errorCode": 1, "success": false, "url": null}
This is working fine with android 12 with these permissions
await request('android.permission.WRITE_EXTERNAL_STORAGE');
what do I need to do in order to make this _startVideoRecording work with Android 13? or just store the recording anywhere on the phone which I can access
The text was updated successfully, but these errors were encountered:
Environment
Please provide the following information about your environment:
Development OS: Mac, Windows, Linux
Windows
Device OS & Version: What Android OS version (7.0, 8.0, etc.) or iOS version (11.0, 11.2) is your device running on?
Android 13 actual device
Version: ViroReact version and React Native version
@viro-community/react-viro": "^2.41.1", "react-native": "0.72.6"
Device(s): What device(s) are you are seeing the issue on (i.e. iPhone X, Samsung Note 8, etc)
Infinix Zero 30
it returns
{"errorCode": 1, "success": false, "url": null}
This is working fine with android 12 with these permissions
await request('android.permission.WRITE_EXTERNAL_STORAGE');
what do I need to do in order to make this _startVideoRecording work with Android 13? or just store the recording anywhere on the phone which I can access
The text was updated successfully, but these errors were encountered: