ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.15k stars 1.57k forks source link

Ability to hide empty albums #1370

Open gothraven opened 4 years ago

gothraven commented 4 years ago

Version

Platform

Expected behaviour

It would be nice to have a extra field in the openCropper Request Object to hid the empty albums, because I tried to show all the smart Albums and its kind of weird to have empty albums displayed

Actual behaviour

...

Steps to reproduce

  1. ImagePicker.openPicker({ smartAlbums: [... with all smart albums ] })
  2. When the gallery will open you will see all the albums including empty ones
JuGit-pk commented 2 months ago

any updates ?