Raj Kissu
bd7a31e3e8
Updates compiled swiper library in examples
2016-07-20 11:05:49 +08:00
Jason Merino
acb02d2154
patch-1 - Adds drag end handling to always reset state.isScrolling.
2016-07-04 15:21:38 +08:00
Raj Kissu
3bcd5bcf94
v1.4.6
...
* refactors examples
2016-07-01 18:19:22 +08:00
Raj Kissu
2551e5eff2
Merge branch 'master' of https://github.com/aksonov/react-native-swiper into aksonov-master
2016-05-27 20:26:59 +08:00
Raj Kissu
4180b1ec5f
Minor fixes
...
* #128 renames `scrollTo()` to `scrollBy()`
* #140 #141 image index is now always an integer
* prevents parent state updates from reseting index counter
2016-05-27 20:11:40 +08:00
Raj Kissu
eed95bfcc6
Update v1.4.4 changelods
...
* react-native-swiper now compatible with RN 0.26
* Updates examples to work with react-native-swiper 1.4.4
* Examples now run on Android (some are still buggy, needs more work)
* Removes old examples folder
2016-05-21 18:31:17 +08:00
leecade
4f86efb1db
Auto play issue when only a child view | fixes #19
2015-12-23 02:57:43 +08:00
leecade
de6675bda1
merge PR & minor fixes
2015-12-23 01:06:52 +08:00
A.S. Lomoff
b08f02f82d
changes to work in xcode 7
2015-09-27 14:33:26 +03:00
yuji
c623553629
prepare a new demo environment from react-native 0.8.0
2015-07-29 17:30:04 +08:00
yuji
fe935835a2
resolve conflict
2015-07-28 18:59:55 +08:00
Stan Chollet
612c8276a5
feat(Controls): improve the way to override both controls button (nextButton & prevButton)
2015-07-10 00:05:00 +02:00
brianantonelli
b5b969824e
Adds ability to create dynamic swipables. Adds dynamic example. Resolves Issue #22
2015-06-26 10:56:56 -04:00
yuji
8d6d75c00e
fixes #7 inject state in ScrollResponders @thanks smothers
...
Now you can get `state` and `context`(ref to swiper's `this`) from params
2015-05-04 18:01:30 +08:00
yuji
890c0ce64e
ensure onMomentumScrollEnd synchronous update this.index
...
Note: `this.setState` is async, so I call the `onMomentumScrollEnd` in
setTimeout to ensure synchronous update `this.index`.
2015-05-02 14:12:11 +08:00
yuji
9cb91c58c8
Re-design a loop model for avoid img flickering
2015-05-01 17:30:48 +08:00
yuji
5de06a7aa8
fixes #3 & supports react-native 0.4.1
2015-04-29 02:28:34 +08:00
yuji
21cb373257
fixes #2 Solve the problem of installation. (thanks @jamwaffles)
2015-04-24 05:27:26 +08:00
yuji
0f796f3557
fixes #1
2015-04-23 17:01:54 +08:00
yuji
680a2cc674
Add: logo
2015-04-23 02:01:32 +08:00
yuji
e1dcad275e
first ci
2015-04-23 01:31:34 +08:00