MonstroDev/expo-image-picker-multiple

is there possible to open native platform gallery for select, like in Expo ImagePicker ?

coldSeattle opened this issue · 4 comments

my issue is, can I open the system UI for selecting images ?
if I can, let me see how, if there are not the feature yet, are you going to add such the feature in the future?

image

These are two different libraries for effectively the same thing. If you want to use the Expo ImagePicker library, you're going to have to follow the instructions for that library.

This library provides the ability to select multiple photos on a non-native image selector, whereas Expo's provides the ability to choose one photo on a native image selector.

Please let me know if this answered your question correctly.

Thnx for feedback.
But, I would say, gonna you add that feature(can selecting multiple photo from the native image system) in the library in the future?

It's unlikely, this feature will most likely be included in Expo ImagePicker by Expo.

If we were to support this feature, we would have to write native code (meaning it couldn't be used on Expo apps)

Okay, thank u for your answer!
I close the issue and will try to realise that feature in my app myself.