Daisuke Inoue
dcc2171c62
Updates src/index.js
2016-07-29 15:50:36 +09:00
Daisuke Inoue
d15df1cb32
Change experimental property "removeClippedSubviews" 's default value from true to false.
...
because this property has bad influence on animation of transition between pages.
2016-07-29 15:48:55 +09:00
Daisuke Inoue
69376b9bd4
Use scrollView for android
2016-07-29 08:35:57 +09:00
Daisuke Inoue
bb9b021189
Updates README.md
2016-07-27 08:08:44 +09:00
Daisuke Inoue
7d1cac7d37
Merge pull request #195 from Pimmr/master
...
fixed loop and autoplay bugs in android
2016-07-26 17:07:41 +09:00
Daisuke Inoue
27c8fdff7f
Merge pull request #194 from leecade/greenkeeper-babel-cli-6.11.4
...
babel-cli@6.11.4 untested ⚠️
2016-07-25 08:44:28 +09:00
Guillaume de Sagazan
e59df9d542
fixed loop and autoplay bugs in android
...
Used the diff from the @165 PR by NightCatSama to make the necessary changes to src/index.js,
plus fixed an iOS bug introduced by NightCatSama changes.
2016-07-20 16:00:43 +02:00
Raj Kissu
bd7a31e3e8
Updates compiled swiper library in examples
2016-07-20 11:05:49 +08:00
greenkeeperio-bot
15477b19f4
chore(package): update babel-cli to version 6.11.4
...
https://greenkeeper.io/
2016-07-20 10:31:51 +08:00
tasiyo7333
ea3b450454
v1.4.7
2016-07-19 12:57:59 +09:00
d-inoue
75f0de2535
Merge pull request #186 from playing/master
...
fix float calculation error
2016-07-17 10:48:41 +09:00
Wang Yitong
186aff38dc
fix float calculation error
...
when diff and step is float, especially on some Android devices,
parseInt will not change index which should be correctly +1.
2016-07-04 21:20:17 +08:00
Raj Kissu
e66ef8f558
Updates README.md
2016-07-04 15:28:46 +08:00
Raj Kissu
0251090480
Merge branch 'jasonmerino-patch-1'
2016-07-04 15:23:11 +08:00
Jason Merino
18baba1c4d
patch-1 - Adds new build for distribution.
2016-07-04 15:22:47 +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
b29145c2bb
Merge pull request #183 from tukkajukka/fix-readme-links
...
Fixes broken links to examples in readme
2016-07-03 08:11:13 +08:00
Jukka Tupamäki
92bea758ce
Fixes examples links
2016-07-02 22:53:36 +03:00
Raj Kissu
db29050eeb
Merge pull request #181 from leecade/greenkeeper-babel-preset-react-6.11.1
...
babel-preset-react@6.11.1 untested ⚠️
2016-07-02 03:28:14 +08:00
greenkeeperio-bot
04d7e5ccf5
chore(package): update babel-preset-react to version 6.11.1
...
https://greenkeeper.io/
2016-07-02 03:27:22 +08:00
Raj Kissu
a1c4b5d4b7
Merge pull request #168 from leecade/greenkeeper-babel-cli-6.10.1
...
babel-cli@6.10.1 untested ⚠️
2016-07-02 03:27:08 +08:00
Raj Kissu
33b75ad686
Updates README
2016-07-01 18:26:07 +08:00
Raj Kissu
b8e567e662
Merge pull request #169 from naturalatlas/bugfix-77
...
Don't attempt to mutate this.props
2016-07-01 18:24:32 +08:00
Raj Kissu
ef8e3ab9eb
Merge branch 'naturalatlas-bugfix-77'
2016-07-01 18:21:30 +08:00
Raj Kissu
3bcd5bcf94
v1.4.6
...
* refactors examples
2016-07-01 18:19:22 +08:00
Brian Reavis
530d5cb9c4
Don't attempt to mutate this.props ( fixes #77 )
2016-07-01 17:47:41 +08:00
Raj Kissu
acc2ddaeef
Merge pull request #171 from hellopao/master
...
fix index issue in loop mode
2016-07-01 17:31:42 +08:00
秦佳
06f95c7801
fix index issue in loop mode
2016-06-14 14:32:58 +08:00
Brian Reavis
dbe39bf9c3
Don't attempt to mutate this.props ( fixes #77 )
2016-06-12 01:23:24 -06:00
greenkeeperio-bot
8df3fe692c
chore(package): update babel-cli to version 6.10.1
...
https://greenkeeper.io/
2016-06-11 15:52:47 +08:00
Raj Kissu
a26d719531
Updates README.md
2016-05-27 20:33:55 +08:00
Raj Kissu
d4065d7ba9
Update 1.4.5 changelog
...
* renames `scrollTo()` to `scrollBy()`
* image index is now always an integer
* prevents parent state updates from reseting index counter
* fixes issue with scrolling not working sometimes
2016-05-27 20:29:10 +08:00
Raj Kissu
6598a3f566
Merge branch 'aksonov-master'
2016-05-27 20:27:30 +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
Raj Kissu
06983a3750
Merge pull request #152 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2016-05-21 17:25:02 +08:00
The Gitter Badger
2b07f24a32
Add Gitter badge
2016-05-21 08:07:22 +00:00
Raj Kissu
a3703698fb
Merge pull request #149 from BilalBudhani/react-native-0.26-support
...
Support for React Native 0.26+
2016-05-21 03:21:22 +08:00
Bilal Budhani
d3330101d4
Replaces React Native references React
2016-05-20 15:43:05 +05:30
Raj Kissu
b514b90a27
Merge branch 'aforty-master'
2016-05-20 01:56:09 +08:00
Raj Kissu
5c8c62bbbb
Merge branch 'master' of https://github.com/aforty/react-native-swiper into aforty-master
2016-05-20 01:55:52 +08:00
Raj Kissu
5a891cde00
Merge pull request #146 from leecade/greenkeeper-babel-cli-6.9.0
...
babel-cli@6.9.0
2016-05-20 01:38:04 +08:00
greenkeeperio-bot
523c718a7a
chore(package): update babel-cli to version 6.9.0
...
https://greenkeeper.io/
2016-05-20 01:36:06 +08:00
Raj Kissu
70097b6109
Merge pull request #147 from leecade/greenkeeper-babel-preset-es2015-6.9.0
...
babel-preset-es2015@6.9.0 untested ⚠️
2016-05-20 01:35:51 +08:00
greenkeeperio-bot
2d22c3284c
chore(package): update babel-preset-es2015 to version 6.9.0
...
https://greenkeeper.io/
2016-05-18 04:39:09 +08:00
Raj Kissu
028c7c0907
Merge pull request #142 from martco/patch-1
...
Update README.md
2016-05-17 01:32:54 +08:00
Martin Cortez
98f7e4b3e4
Update README.md
...
There is no exposed `onMomentumScrollBegin`. There is a `onScrollBeginDrag`
2016-05-15 20:12:05 -07:00
Raj Kissu
ccc38fe6a7
Merge pull request #98 from dchartfield/master
...
fix for #97
2016-05-16 04:01:26 +08:00
Raj Kissu
141154ef21
Merge pull request #116 from leecade/greenkeeper-babel-cli-6.6.5
...
babel-cli@6.6.5 untested ⚠️
2016-05-16 03:40:51 +08:00