githuboftigran / rn-range-slider

A native slider with range
MIT License
234 stars 130 forks source link

add prop testID #130

Open m4har opened 1 year ago

m4har commented 1 year ago

can add prop testID for unit testing & AT ? or can i make pr for add this feature ?

thankyou

githuboftigran commented 1 year ago

@m4har , SliderProps extends ViewProps and all the props of the slider are passed to it's root View. Everything should work as expected. Are you usin version 2.2.X?