react-native-slider-picker
Advanced tools
Comparing version 1.0.42 to 1.0.43
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.0.42", | ||
"version": "1.0.43", | ||
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -56,2 +56,12 @@ ## React Native Slider Picker | ||
**Style Override Props:** | ||
| Name | Type | Description | Default | Notes | | ||
|-------------------------------|--------|----------------------------------------------------------------------------------------|---------|-------| | ||
| `buttonStylesOverride` | Object | If passed, overrides all styling for the slider's button. | `null` | | | ||
| `labelStylesOverride` | Object | If passed, overrides all styling for the slider's label text. | `null` | | | ||
| `numberStylesOverride` | Object | If passed, overrides all styling for the slider's number scale text. | `null` | | | ||
| `selectionFillStylesOverride` | Object | If passed, overrides all styling for the slider's inner fill indicating current value. | `null` | | | ||
| `separatorStylesOverride` | Object | If passed, overrides all styling for the separator lines for the slider. | `null` | | | ||
| `sliderInnerStylesOverride` | Object | If passed, overrides all styling for the slider's inner container. | `null` | | | ||
@@ -58,0 +68,0 @@ **Basic, bare-bones usage:** |
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
52150
178