react-native-slider-picker
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -115,2 +115,8 @@ /** | ||
// If maxValue is greater than 15, force scale-related values to false. | ||
if (this.maxValue > 15) { | ||
this.showNumberScale = false; | ||
this.showSeparatorScale = false; | ||
} | ||
// | ||
@@ -189,4 +195,2 @@ // Initialize state variables | ||
<Text>{this.state.currentValue}</Text> | ||
</TouchableOpacity> | ||
@@ -193,0 +197,0 @@ ) |
@@ -42,5 +42,2 @@ /** | ||
// Non-state, file-level variable | ||
this.startPosition = this.props.maxOffset; | ||
// Initialize empty array to store xOffsets in | ||
@@ -47,0 +44,0 @@ this.offsetsMap = []; |
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
32547
675