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

Error duplicated name with official Expo image picker. #17

Open booncoder123 opened 1 year ago

booncoder123 commented 1 year ago

I use both official image picker and this library. There is an error on duplicated name. official image picker on expo : https://docs.expo.dev/versions/latest/sdk/imagepicker/

Screen Shot 2566-02-19 at 21 51 11
mdjfs commented 1 year ago

Hi! Weird, but if you use something like that "import ImagePicker as Picker from ...."

booncoder123 commented 1 year ago

Seem like it crash in Java not about library conflict anymore. this problem came out when i build on expo, it was run fine on local.

Eyohen commented 1 year ago

Same here.