importMultiSliderfrom'@ptomasroos/react-native-multi-slider';...enableScroll=()=>this.setState({scrollEnabled:true});disableScroll=()=>this.setState({scrollEnabled:false});render(){return(<ScrollViewscrollEnable
$ npm install --save @ptomasroos/react-native-multi-slider Usage in a ScrollView enableScroll = () => this.setState({ scrollEnabled: true }); disableScroll = () => this.setState({ scrollEnabled: false }); render() { return ( <ScrollView scrollEnabled={this.state.scrollEnabled}> <Mu...
Insert the following lines inside the dependencies block inandroid/app/build.gradle: compile project(':react-native-multi-slider') importRNMultiSliderfrom"react-native-multi-slider";// TODO: What to do with the module?RNMultiSlider;
native": "*" }, "devDependencies": { "husky": "^1.1.2", "lint-staged": "^7.3.0", "prettier": "^1.14.3" }, "bugs": { "url": "https://github.com/ptomasroos/react-native-multi-slider/issues" }, "homepage": "https://github.com/ptomasroos/react-native-multi-slider#readme...
mccjul/react-native-multi-sliderPublic NotificationsYou must be signed in to change notification settings Fork0 Star0
importMultiSliderfrom'@ptomasroos/react-native-multi-slider';...enableScroll=()=>this.setState({scrollEnabled:true});disableScroll=()=>this.setState({scrollEnabled:false});render(){return(<ScrollViewscrollEnabled={this.state.scrollEnabled}><MultiSlider...onValuesChangeStart={this.disableScroll}on...
react-native-multi-slider Pure JS react native slider component with one or two markers. Options to customize track, touch area and provide customer markers and callbacks for touch events and value changes. Examples cd example npm install react-native run-ios react-native run-android Getting Sta...
Android and iOS Pure JS react native multi slider - GitHub - ptomasroos/react-native-multi-slider: Android and iOS Pure JS react native multi slider