nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

set default selected images when open image picker? #138

Open GauravCreed opened 2 years ago

GauravCreed commented 2 years ago

Hi @bkhezry

suppose when I open image picker and select 3 images from them, and after some time I want to edit it means some images is remove from it and some add on it,

so can I open pre selected images on it? Thanks.

bkhezry commented 2 years ago

Hi @GauravCreed, for this library I think there is no way to do that!

GauravCreed commented 2 years ago

@bkhezry Thanks.

nguyenhoanglam commented 8 months ago

@GauravCreed you can pass selected images using selectedImages option. Please check v.1.6.2. Thanks!