jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link

Show video icon marker for video files. #111

Open joshuapinter opened 3 years ago

joshuapinter commented 3 years ago

Otherwise, you can't tell which thumbnail is an image and which is a video, a very important distinction in most cases.

Addresses https://github.com/jeanpan/react-native-camera-roll-picker/issues/19.

Also add accessibilityLabel for "videoMarker" for ease of targetting in automated testing.