When the launchCamera function is called in the app to record a video, launchCamera function returns {"didCancel": true}
.
const pickedFiles = await launchCamera({
mediaType: 'video',
quality: 0.8,
cameraType: 'back',
})
I am running the app on emulator device Android 13.
I tried with the version 4.8.5 of react-native-image-picker (the version in the project of my company) and the latest one 5.4.2 , had the same result with both versions. i have not tried on physical device yet. Works fine on android 12 and below
Anyone as a solution about this issue for android 13?