mdjfs / expo-image-multiple-picker

Fully customizable image picker for react native
https://npmjs.com/expo-image-multiple-picker
MIT License
21 stars 7 forks source link

Crashing when using ImagePicker with video #16

Open sadanandaraj opened 1 year ago

sadanandaraj commented 1 year ago

I am using the ImagePicker in my expo app and when I set video, the app is crashing. Here is the code I am using:

<ImagePicker onSave={(assets) => closeImagePicker(assets)} onCancel={() => setShowImagePicker(false)} multiple video limit={6} />

mdjfs commented 1 year ago

Hi! Can you show me the error please?

sadanandaraj commented 1 year ago

Its not giving any error , its just crashing.

mdjfs commented 1 year ago

Hi! Please upgrade to the version 4.8.3 and try again. I noticed and fixed a problematic bug with the latest feature. Let me know if the problem persists

sadanandaraj commented 1 year ago

Ok

On Fri 27 Jan, 2023, 9:38 PM Marcos Fuenmayor, @.***> wrote:

Hi! Please upgrade to 4.8.3 version and try again. I noticed and fixed a problematic bug with the latest feature. Let me know if the problem persists

— Reply to this email directly, view it on GitHub https://github.com/mdjfs/expo-image-multiple-picker/issues/16#issuecomment-1406707499, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALX7MJ5M6BLS5QERPWHEWYDWUPXI7ANCNFSM6AAAAAAUHOQDPY . You are receiving this because you authored the thread.Message ID: @.***>

sadanandaraj commented 1 year ago

i have upgraded to newer version.I am testing it on Redmi note 5. Still it is crashing.

mdjfs commented 1 year ago

Hi ! Do you use Expo Go ? Or where are you testing the app