Releases: leecade/react-native-swiper
Releases · leecade/react-native-swiper
1.5.5
1.5.4
1.5.3
1.5.2
- Add yarn lock
- Fix jitter when quickly swiping back and forth between pages (iOS) (thanks @nemophrost)
- The first webview always reloaded when injecting the rest of the children (thanks @eosterberg)
1.5.1
1.5.0
- Improve develop workflow for support watch & use real pkg name in examples
- Update examples for support
React-native 0.33
+Xcode8
+ios10
+iphone7
- Switch to standard code style
- Rewrite source code with ES6 syntex
- Cancel transform the source code when publish
- Add a demo for
loadMinimal
+lazyload
- Add a demo for multi-images viewer
- #254 Fix jitter when quickly swiping back and forth between pages (iOS) (@thanks @nemophrost).
1.4.11
Adds
Adds loadMinimalSize property (1675559) - @facupedrazzini
1.4.10
Adds
add loadMinimal to api (lazyloading-esque) (59f6f84) - @getnashty