Monte9 / react-native-ratings

Tap and Swipe Ratings component for React Native.
https://expo.io/@monte9/react-native-ratings
MIT License
902 stars 196 forks source link

Feature add test ids #190

Open kmagnusj opened 7 months ago

kmagnusj commented 7 months ago

I'm using the TapRating component in a work project and want to do testing for the component with Jest. I've added a testID input and default value, as well as some testIDs for parts of the component.

Pretty simple PR, but let me know if there are any guidelines I should have followed or any name changes you would like to be made.

Cheers!

kmagnusj commented 4 months ago

@Monte9 Hey man, sorry for the late notice. I made the changes as per your request, now I just need you to resolve the conflict. It seems like a small one for the props of the TapRating component. 👍