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

Is the order of image pick observed when returning? #85

Open emclab opened 4 years ago

emclab commented 4 years ago

I am looking for an image picker which has the same order as images were picked. For example, if 3 images are picked in order of image2, image1 and image3. then the image picker will return an array of 3 images in order of [image2, image1,image3]. Does react-native-customized-image-picker support this?

liukefu2050 commented 4 years ago

I won't support it