4umo / react-native-stars

a versatile react native star review component with half star compatibility and custom images, star sizes, star count, star spacing, and value display.
MIT License
91 stars 19 forks source link

Added testId to clickable elements #17

Closed hunterg1113 closed 6 years ago

hunterg1113 commented 6 years ago

Added testIds to clickable elements to allow for more stable automated testing.

4umo commented 6 years ago

Thanks for the PR! I haven't seen enough interest in this across users of this module, so I think it's best if this remains a feature on your branch.

tylermurry commented 6 years ago

+1 for this. Writing e2e tests for this component requires an xpath statement which isn't the best solution.