sacmii / rn-vertical-slider

React Native Vertical Slider
MIT License
202 stars 45 forks source link

Docs are wrong and latest version breaks usage inside a scrollview #89

Closed stuckj closed 2 months ago

stuckj commented 5 months ago

The latest 4.0.0 switches to using react-native-gesture-handler for handling scrolling of the slider. This breaks usage inside a scroll view. It also requires the outside code to stick a <GestureHandlerRootView> wrapper around their app.

Also, the current docs in the README.md are for the interface in the 3.1.1 version...they're not updated for 4.0.0.

sacmii commented 2 months ago

@stuckj This has been fixed in the latest version. Hence closing the issue