pavelbabenko / react-native-awesome-gallery

Performant, native-like, and well-customizable gallery for React Native.
MIT License
495 stars 54 forks source link

Expose `testID` prop on GalleryComponent #86

Open dnlgrgly opened 1 month ago

dnlgrgly commented 1 month ago

I think it'd be very useful to be able to pass in a test ID for the gallery container for automated testing! So I've created a tiny PR that exposes this prop. To make it clear what the test ID will be applied to, and to follow the naming of other props named containerXX I've exposed it as containerTestID, but if you think testID would be sufficient/better, that's also nice!