githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

Update document for Props #23

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi pro. If you have free time you can update name props for component. Current iOS and android react method difference. image

githuboftigran commented 5 years ago

@devswift2017 , I didn't really get. RangeSlider component has props: onTouchStart and onTouchEnd. These callbacks are passed to native views with names onSliderTouchStart and onSliderTouchEnd correspondingly (couldn't use onTouchStart, because iOS already has a method with that name and it was causing some problems). And in iOS and Android views I get those callbacks by name. So didn't really understand what's the problem.

ghost commented 5 years ago

Huh, when I apply again then work perfect :) Sorry I'll close issue.