Skip to content

Releases: repodio/react-native-scrubber

1.1.5

25 Sep 18:46
Compare
Choose a tag to compare
  • Fixed the useNativeDriver warnings, thanks @bakkerjoeri
  • Updates lodash dependencies
  • Adds onSlideStart and onSlide callbacks as optional props

1.1.1

22 Nov 19:27
Compare
Choose a tag to compare

Ignores the example app when publishing so the build size goes down from 250kB -> 4.3kB

1.1.0

22 Nov 19:26
21e3cfa
Compare
Choose a tag to compare

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

22 Nov 19:25
Compare
Choose a tag to compare

This contains the PanResponder version of the scrubber along with the scrub rate feature by sliding vertically