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

Add `accessibilityLabel` to thumbnail. #117

Open joshuapinter opened 3 years ago

joshuapinter commented 3 years ago

This makes it easier to test, etc. Default the value of this to "thumbnail".

TODO: Add optional prop for what the accessibilityLabel should be.