Releases: repodio/react-native-scrubber
Releases · repodio/react-native-scrubber
1.1.5
- Fixed the
useNativeDriver
warnings, thanks @bakkerjoeri - Updates lodash dependencies
- Adds
onSlideStart
andonSlide
callbacks as optional props
1.1.1
Ignores the example app when publishing so the build size goes down from 250kB -> 4.3kB
1.1.0
BREAKING CHANGE:
This now using react-native-gesture-handler to handle the dragging of the scrubber this means users need to have react-native-gesture-handler installed and linked or else this version doesn't work. If you don't want that or need the PanResponder version then just use the 1.0.0 version
1.0.0
This contains the PanResponder version of the scrubber along with the scrub rate feature by sliding vertically