Releases: gusgard/react-native-swiper-flatlist
Releases · gusgard/react-native-swiper-flatlist
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
1.0.12
2.0.1
2.0.0 useHooks
Version 2.x was re-implemented using React Hooks
Breaking change
scrollToIndex(index: "number", animated: "bool")
is nowscrollToIndex({ index: "number", animated: "bool"})
Added new methods:
- getCurrentIndex
- getPrevIndex
- onChangeIndex
- goToFirstIndex
- goToLastIndex
1.0.11
Remove deprecated methods componentWillMount
and componentWillUpdate
, thanks @IntelliJAbhishek