react-native-seekbar-android
A React Native wrapper Android's SeekBar.
Example
var SeekBarAndroid = ; var SeekBarExample = React;
Install
Step 1 - Install the npm package
$ npm install react-native-seekbar-android --save
Step 2 - Update Gradle Settings
// file: android/settings.gradle... include ':react-native-seekbar-android', ':app'project(':react-native-seekbar-android').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-seekbar-android')
Step 3 - Update app Gradle Build
// file: android/app/build.gradle... dependencies { ... compile project(':react-native-seekbar-android')}
Step 4 - Register React Package
... // <-- import