Jean Regisser
29ea7fbb2a
Merge pull request #41 from janmarsicek/add-thumb-image
...
Add thumb image
2017-03-15 22:05:54 +01:00
Jean Regisser
3d5339a297
Bumped version to 0.9.1
0.9.1
2016-08-22 16:12:12 +02:00
Jean Regisser
2e93f1e37b
Updated example for RN 0.31
2016-08-22 16:10:46 +02:00
Jean Regisser
fbd7e56d6b
Workaround onLayout triggered constantly on some devices, fixes #50
...
This was observed reliably on a Nexus 5X with React Native 0.31+
onLayout would be triggered constantly with slightly different width and
height for the thumb size when its position changes.
As a result it triggered a re-render constantly.
This will need to be investigated on the React Native side as it's not
an expected behavior.
2016-08-22 15:56:57 +02:00
Jan Maršíček
b80a78de41
Add thumb image
2016-06-13 11:44:37 +02:00
Jean Regisser
15f6b4256b
Bumped version to 0.9.0
0.9.0
2016-06-13 10:03:24 +02:00
Jean Regisser
3853d240a8
Fixed missing comma
2016-06-13 10:03:23 +02:00
Jean Regisser
4c8ff47d39
Removed trailing whitespaces
2016-06-13 10:03:23 +02:00
Jean Regisser
5f2469b009
Update doc to show that the default animation is 'timing'
2016-06-13 10:03:18 +02:00
Jean Regisser
2836f4269b
Merge pull request #40 from moduscreate/slider-animations
...
Slider animations
2016-06-13 09:41:02 +02:00
Jay Garcia
4b29cc1f41
Updates per the nits
2016-06-10 16:07:04 -04:00
Jay Garcia
5041725269
updated Readme.md
2016-06-09 22:05:27 -04:00
Jay Garcia
75384fa00b
Added animations
2016-06-09 21:58:46 -04:00
Jean Regisser
0a6cdef992
Bumped version to 0.8.0
0.8.0
2016-05-27 18:37:18 +02:00
Jean Regisser
b648ba86b4
List compatible versions of RN
2016-05-27 18:37:18 +02:00
Jean Regisser
d944b6946b
Update react-addons-shallow-compare version, fixes #37
...
This is so it works with the react peerDepdendency of RN 0.26
2016-05-27 18:36:32 +02:00
Jean Regisser
0658c6d003
Bumped version to 0.7.1
0.7.1
2016-05-17 22:10:12 +02:00
Jean Regisser
b29772107a
Merge pull request #36 from moduscreate/master
...
Compat update for RN 26+
2016-05-15 22:52:09 +02:00
Jay Garcia
6636e49a8f
Compat update for RN 26+
2016-05-15 14:58:50 -04:00
Jean Regisser
716e26bb4e
Added note about using version < 7 for react-native < 0.25
0.7.0
2016-05-12 12:52:45 +02:00
Jean Regisser
6250713d08
Bumped version to 0.7.0
2016-05-12 12:44:27 +02:00
Jean Regisser
7316c954c4
Removed unneeded explicit babel-preset-react-native
2016-05-12 12:44:27 +02:00
Jean Regisser
566d0585fe
Updated example for react-native 0.25+
2016-05-12 12:44:26 +02:00
Jean Regisser
2447ab5a06
Merge pull request #35 from kapv89/patch-1
...
Making react-native-slider 0.25+ compatible
2016-05-12 12:28:10 +02:00
kapil verma
ed1b4db3e6
Making react-native-slider 0.25+ compatible
...
0.25 deprecates `const React = require('react-native')` and asks you to use `const React = require('react')` instead. Just did that.
2016-05-06 23:03:29 +05:30
Jean Regisser
6999e9377b
Bumped version to 0.6.1
0.6.1
2016-04-27 14:10:18 +02:00
Jean Regisser
6c0ff7bf5f
Merge pull request #33 from williambout/master
...
Fix wrong event name
2016-04-27 14:08:06 +02:00
William Bout
21fedf4bde
Fix wrong event name
2016-04-27 14:00:39 +02:00
Jean Regisser
d646f2cc75
Use files in package.json
0.6.0
2016-04-27 10:20:52 +02:00
Jean Regisser
7d8799db54
Updated android example screenshot
2016-04-27 10:00:14 +02:00
Jean Regisser
fead058d87
Explicitly require react-addons-shallow-compare (ReactNative.addons is deprecated in RN 0.25)
...
See 0b534d1c3d
2016-04-27 10:00:02 +02:00
Jean Regisser
562f788f57
Bumped version to 0.6.0
2016-04-26 13:06:08 +02:00
Jean Regisser
1121208dfc
Updated README and screenshots
2016-04-26 13:06:08 +02:00
Jean Regisser
8e98fb0c76
Revert "Temporary fix for Android concerning _handleStartShouldSetPanResponder"
...
This reverts commit 38446828a9 .
React Native has been fixed and we don't need this workaround anymore #5
2016-04-26 13:06:08 +02:00
Jean Regisser
f1a0302fc6
Prevent re-render when style props haven't actually change
2016-04-26 13:06:08 +02:00
Jean Regisser
3eba74faaa
Use Animated instead of setState to improve performance
...
#14 , #11 , #17
2016-04-26 13:06:08 +02:00
Jean Regisser
b02b6fd5eb
Fixed warnings in example with react native 0.24
2016-04-26 13:06:08 +02:00
Jean Regisser
9283047f3e
Added android example project and fixed example app
2016-04-26 13:06:08 +02:00
Jean Regisser
c8c2313f8a
Bumped version to 0.5.3
0.5.3
2016-04-06 18:20:24 +02:00
Jean Regisser
9504e02b0c
Merge pull request #29 from rreusser/rr-babel-prepublish
...
Transpile to ES5 via prepublish hook
2016-04-06 18:17:04 +02:00
Ricky Reusser
094aeafdb8
Transpile to ES5 via prepublish hook
2016-04-06 11:48:28 -04:00
Jean Regisser
f1102c1d81
Documented disabled prop
2016-04-06 09:57:12 +02:00
Jean Regisser
09c65a1f58
Allow non https requests for the example app so it works while debugging locally
0.5.2
2016-04-06 09:44:53 +02:00
Jean Regisser
49e10f97ff
Bumped version to 0.5.2
2016-04-06 09:38:34 +02:00
Jean Regisser
2339a36d93
Merge pull request #28 from cridenour/patch-1
...
Don't allow other components to steal the swipe
2016-04-06 09:32:54 +02:00
Chris Ridenour
e41a9354e1
Don't allow other components to steal the swipe
...
Remove ability for Navigator or NavigatorExperimental to take over the pan. This should fix #21 .
2016-04-05 17:53:34 -04:00
Jean Regisser
3124c8cf93
Bumped version to 0.5.1
0.5.1
2016-04-05 12:34:01 +02:00
Jean Regisser
2276d9ef01
Merge pull request #27 from jeanregisser/revert-24-rr-no-prop-updates
...
Revert "Remove componentWillReceiveProps so that not controlled"
2016-04-05 12:28:11 +02:00
Jean Regisser
16c14e26df
Revert "Remove componentWillReceiveProps so that not controlled"
2016-04-05 12:27:36 +02:00
Jean Regisser
e92da81182
Bumped version to 0.5.0
0.5.0
2016-04-05 11:53:22 +02:00