rn-range-slider
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "rn-range-slider", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"author": "Tigran Sahakyan <mail.of.tigran@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "React Native Range Slider for Android and iOS", |
@@ -19,5 +19,6 @@ # RangeSlider | ||
##### For older React native versions ( < 0.60) you need to link the library | ||
2. Linking | ||
2. Link | ||
##### For older React native versions ( < 0.60 ) you need to link the library: | ||
- Run `react-native link rn-range-slider` | ||
@@ -27,2 +28,6 @@ - If linking fails, follow the | ||
##### For newer React native versions ( >= 0.60 ) you need to install pods for iOS: | ||
- cd ios && pod install && cd .. | ||
- For android everything works out of the box | ||
## Usage | ||
@@ -29,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135
957616
21