react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

🏞 react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android, similar to the current Facebook app.

Results 54 react-native-multiple-image-picker issues
Sort by recently updated
recently updated
newest added

Just updated to 0.4.9 and the library crashes immediately now: ```log react_native_multiple_image_picker/MultipleImagePicker.swift:92: Fatal error: Unexpectedly found nil while unwrapping an Optional value 2022-01-01 13:22:13.219325+0100 xxx[5162:1976436] react_native_multiple_image_picker/MultipleImagePicker.swift:92: Fatal error: Unexpectedly found...

bug

### Steps to Reproduce 1. Operate MultipleImagePicker.openPicker. 2. The image selection modal opens. 3. After selection, it cannot proceed to the next without any errors. 4. But, it works normally...

bug
help wanted

- create mediatype enum - fix #66 - fix #68 by separating options by mediatype

const openMultiplePicker = async () => { console.log("openMultiplePicker") try { const response = await MultipleImagePicker.openPicker({ isExportThumbnail: true, mediaType: 'image', usedCameraButton: false, isCrop: true, isCropCircle: true, }); console.log('response: ', response); setImages(response);...

We have an upload media feature where we used `react-native-multiple-image-picker`, We figured out that some uploaded videos through this library on iOS are damaged. I checked the source code and...

I am using library in android. With: await MultipleImagePicker.openPicker({mediaType: 'image'}) - Camera button in first row not open camera here!! Please help me!

When i click on Button i seevnothing but any errors any message in console

i want hide rotate controller. which's functions to hide that controller? Thanks

hi, i have installed : "@baronha/react-native-multiple-image-picker": "^0.4.10", in my react-native project and exporting thubmnail is not working in android but works fine in ios. and the isExportthumbnail is not present...

Mình cũng đang gặp một trường hợp giống như issue này. https://github.com/baronha/react-native-multiple-image-picker/issues/3 Step 1: mở 1 modal lên ( trong đó một nút upload để mở image picker ) Step...