shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

Show already selected images, Callback on selection #81

Open syedsarmadkazmi opened 4 years ago

syedsarmadkazmi commented 4 years ago

Hi, can you please add an update on these?

  1. Can we show already selected images when the gallery is opened the second time?... May be an array of image objects received in response can be placed in the props to show the images already selected.
  2. Can we have the callback function for selected item?

great work btw!!

liukefu2050 commented 4 years ago

Nope because the picture may have been deleted, compressed and cut, it is not the same content.

It's best to implement it through your own UI