react-native-slider-picker
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Custom range slide picker for React Native.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -264,2 +264,3 @@ /** | ||
accessibilityHint={this.accessibilityHint} | ||
accessibilityValue={ {'text': this.state.numericInputValue} } | ||
> | ||
@@ -266,0 +267,0 @@ <TextInput |
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
69455
1012