react-native-slider-picker
Advanced tools
Comparing version 1.0.43 to 1.0.44
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,4 +5,2 @@ ## React Native Slider Picker | ||
### 🚧 🚧 This package is currently under construction 🚧 🚧 | ||
## Installation | ||
@@ -29,3 +27,3 @@ | ||
**General Style Props:** | ||
@@ -43,3 +41,3 @@ | Name | Type | Description | Default | Notes | | ||
| `widthPercentage` | Number | Percentage of device's viewport to set as component's width. | `85` | Value passed to `vw()` | | ||
**Specific Style Props:** | ||
@@ -58,3 +56,3 @@ | Name | Type | Description | Default | Notes | | ||
| `sliderInnerBorderStyles` | Object | An object of StyleSheet properties to set border-related styles of sliderInner View component. | `{ borderWidth: vw(1) / 2, borderColor: '#d9dce4', borderBottomColor: '#f1f4f5', borderRadius: 50 }` | If passed, the object is filtered to remove any key/value properties that are not for component's border. | | ||
**Style Override Props:** | ||
@@ -61,0 +59,0 @@ | Name | Type | Description | Default | Notes | |
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
52089
176