react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
feat: Add "any" mediaType support for openCamera on iOS
Description
This adds support for the any
mediaType when using the openCamera
function on iOS, allowing users to either take a picture or record a video. Unfortunately with the current approach, there's no way to add support for the any
mediaType on Android, as we use different intents depending on the selected media type and android does not have an intent that supports both taking images and recording videos.
@ivpusic could you please review this?
@gabrieldonadel how can i import your lib
@gabrieldonadel how can i import your lib
You can patch react-native-image-crop-picker and apply these changes manually using patch-package
@gabrieldonadel I'm assuming patch-package is the only way to get this change in considering this didn't make to an official release?
@gabrieldonadel I'm assuming patch-package is the only way to get this change in considering this didn't make to an official release?
Yeah @MxBM, unfortunately @ivpusic has not reviewed this yet