olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

Fetch random photo(s) #34

Closed hortemo closed 7 years ago

hortemo commented 7 years ago

Hi! Is there any (efficient) way of fetching X number of randomly chosen photos using this API?

olofd commented 7 years ago

No. You currently fetch a range of photos by index. It could be implemented though. (Of course you can fetch all photos (or top 5000 say) and pick randomly, not to expensive today).