Socket
Socket
Sign inDemoInstall

react-native-segmented-picker

Package Overview
Dependencies
3
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "react-native-segmented-picker",
"version": "0.0.1",
"version": "0.0.2",
"description": "A segmentable dropdown picker wheel with no native dependencies.",

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

# React Native Segmented Picker
[![CircleCI](https://circleci.com/gh/adammcarth/react-native-segmented-picker.svg?style=svg)](https://circleci.com/gh/adammcarth/react-native-segmented-picker)
[![NPM Version](https://img.shields.io/npm/v/react-native-segmented-picker.svg?style=flat-square)](https://www.npmjs.com/package/react-native-segmented-picker)
[![MIT Licence](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

@@ -24,3 +26,3 @@ A pure JavaScript implementation of the iOS style wheel spinner dropdown picker that is typically used for date and time selection.

```jsx
import React, { Component } from 'react;
import React, { Component } from 'react';
import SegmentedPicker from 'react-native-segmented-picker';

@@ -27,0 +29,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc