I'm using expo-image-picker
to select images from different folders. I works fine, but I want to filter out images that are already selected, in case user re-open the image picker to pick another image. In short I don't want user to pick same image more than once.
Asked
Active
Viewed 306 times
0

Israr Khan
- 21
- 4
-
1`expo-image-picker` doesn't provide a full API for that. You need to check if image is existed and before you upload it. – Fiston Emmanuel Feb 02 '22 at 12:55
-
thanks @BYIRINGIRO Emmanuel – Israr Khan Feb 02 '22 at 13:44