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.47 to 1.0.48

2

package.json
{
"name": "react-native-slider-picker",
"version": "1.0.47",
"version": "1.0.48",
"description": "Custom range slide picker for React Native.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -20,7 +20,8 @@ ## React Native Slider Picker

**Functional Props:**
| Name | Type | Description | Default | Notes |
|----------------|----------|-----------------------------------------------------|------------|---------------------------------------------------------------------------------------|
| `callback` | Function | Called on change. | `() => {}` | |
| `defaultValue` | Number | Default value for slider on load | `5` | If valued passed is greater than maxValue, the value will be set to that of maxValue. |
| `maxValue` | Number | The maximum value/high end of range for the Slider. | `10` | |
| Name | Type | Description | Default | Notes |
|----------------------|----------|--------------------------------------------------------------------|------------|---------------------------------------------------------------------------------------|
| `callback` | Function | Called on change. | `() => {}` | |
| `defaultValue` | Number | Default value for slider on load | `5` | If valued passed is greater than maxValue, the value will be set to that of maxValue. |
| `maxValue` | Number | The maximum value/high end of range for the Slider. | `10` | |
| `slideBeginCallback` | Function | Callback function to be executed when Slider's touch event begins. | `() => {}` | Called in `onPanResponderGrant` property of `panResponder` |

@@ -27,0 +28,0 @@

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