mirror of
https://github.com/zhigang1992/react-native-swiper.git
synced 2026-01-12 17:42:56 +08:00
release 1.2.1
This commit is contained in:
@@ -34,7 +34,10 @@ The best Swiper component for React Native.
|
||||
|
||||
## Changelogs
|
||||
|
||||
- **[v1.2.0]**
|
||||
- **[v1.2.1]**
|
||||
+ [890c0ce](https://github.com/leecade/react-native-swiper/commit/890c0ce64e2192c2ca7830e6699f67b88171e74b) ensure `onMomentumScrollEnd` synchronous update `index`.
|
||||
|
||||
- [v1.2.0]
|
||||
+ [838b24c](https://github.com/leecade/react-native-swiper/commit/838b24cbeaf49b9ca1dabb4eed8305e314503fb1) Re-design a loop model for avoid img flickering.
|
||||
+ [9cb91c5](https://github.com/leecade/react-native-swiper/commit/9cb91c58c84034b0b8b874dbfc2a44da982686a8) fixes [#7](https://github.com/leecade/react-native-swiper/issues/6) `onMomentumScrollEnd` lost `event` param. (thanks [@smothers](https://github.com/smothers))
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"react-native",
|
||||
"ios"
|
||||
],
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "Swiper component for React Native.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user