Open codal-mpawar opened 8 months ago
Tell us which versions you are using:
One plus
export const OpenCamera = async (type, success, failure) => { try { const response = await ImagePicker.openCamera({ mediaType: 'video', }).catch(() => failure()); response.uri = response.path; response.type = response.mime; response.fileName = response.filename; success(response); } catch (error) { failure(); } };
Open Camera
Record Video
Press OK. and see in video player
https://github.com/ivpusic/react-native-image-crop-picker/assets/46340921/5152c8b6-caa5-43a7-8acd-239aee3de8ac
Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate
@ivpusic Can you please check
Version
Tell us which versions you are using:
Platform
One plus
Expected behavior
Actual behavior
Code base
Steps to reproduce
Open Camera
Record Video
Press OK. and see in video player
Attachments
https://github.com/ivpusic/react-native-image-crop-picker/assets/46340921/5152c8b6-caa5-43a7-8acd-239aee3de8ac
Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate