mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Open source Android slider
Reviewed By: bestander Differential Revision: D3127200 fb-gh-sync-id: d3d51b312c2e32cc7a0f4c0bc084139343e97c3e fbshipit-source-id: d3d51b312c2e32cc7a0f4c0bc084139343e97c3e
This commit is contained in:
committed by
Facebook Github Bot 4
parent
29a1a05cbb
commit
a461d25601
@@ -120,6 +120,11 @@ var SliderIOS = React.createClass({
|
||||
},
|
||||
|
||||
render: function() {
|
||||
console.warn(
|
||||
'SliderIOS is deprecated and will be removed in ' +
|
||||
'future versions of React Native. Use the cross-platform Slider ' +
|
||||
'as a drop-in replacement.');
|
||||
|
||||
let {style, onValueChange, onSlidingComplete, ...props} = this.props;
|
||||
props.style = [styles.slider, style];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user