Bart Arribe
f963df0c99
updating RN to 0.48
2017-10-02 20:10:13 +02:00
Bart Arribe
69898cd06c
Set Basic example as default example to test
2017-08-09 17:13:07 +02:00
Bart Arribe
5b9b257558
Fix LoadMinimal feature (and example)
2017-08-09 16:54:07 +02:00
Bart Arribe
4968d77e10
Fix Phone, Dynamic, Basic, Swiper and SwiperNumber examples
2017-08-08 17:45:21 +02:00
Bart Arribe
6635c20458
Upgrade RN to 0.47 and remove react-native-photo-view
2017-08-07 18:03:00 +02:00
Alma Madsen
43aadd1054
linting
2016-10-10 17:11:55 -07:00
Aubrey
17e7a16bc3
fix styling so that pagination example for android
2016-09-23 11:40:41 -04:00
leecade
ec3cba79f8
Add a demo for multi-images viewer
2016-09-23 06:05:24 +08:00
leecade
85cb7a0588
Update README.md
2016-09-23 04:08:46 +08:00
leecade
750b7f208e
Add a demo for loadMinimal + lazyload
2016-09-23 04:00:56 +08:00
leecade
26fe73f4eb
change code style to ES6 and standard
2016-09-23 01:52:30 +08:00
leecade
c01aa5678a
disable useless logs on Xcode8
2016-09-22 23:48:11 +08:00
leecade
3f68874726
Improve develop workflow prepare for 1.5.0
2016-09-22 22:14:28 +08:00
Daisuke Inoue
45ece7ba8e
v1.4.11
2016-08-25 10:16:30 +09:00
Facundo Pedrazzini
01486c2f51
#219 : Add loadMinimalSize property
2016-08-24 21:29:49 -03:00
Daisuke Inoue
31b35895c8
v1.4.10
2016-08-22 08:37:17 +09:00
Daisuke Inoue
c946535bf6
v1.4.9
2016-08-16 08:27:04 +09:00
Daisuke Inoue
df6ee3f6a3
v1.4.8
2016-07-29 19:24:22 +09:00
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