Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-slider-picker

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-slider-picker - npm Package Compare versions

Comparing version 1.0.43 to 1.0.44

2

package.json
{
"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 |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc