Package Exports
- react-native-material-slider
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-material-slider) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Demo
Material Slider for React Native
Demo

Installation
If using yarn:
yarn add react-native-material-slider
If using npm:
npm i react-native-material-slider -S
Usage
import Slider from 'react-native-material-slider';
Simply place a <Slider />
tag.
Props
You can configure module with this props
Prop | Type | Default |
---|---|---|
stickyPin |
boolean | false |
minimumValue |
number | 0 |
maximumValue |
number | 100 |
step |
number | 1 |
thumbTintColor |
string | transparent |
minimumTrackTintColor |
string | #8ec95d |
maximumTrackTintColor |
string | #d6d9db |