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

react-native-wheel-picker-android

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-wheel-picker-android - npm Package Compare versions

Comparing version 0.1.10 to 1.0.0

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import WheelPicker from './WheelPicker';

2

package.json
{
"name": "react-native-wheel-picker-android",
"version": "0.1.10",
"version": "1.0.0",
"description": "Simple Wheel Picker for Android to use with react-native",

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

@@ -0,0 +0,0 @@ # ReactNativeWheelPicker

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import mockery from 'mockery';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -11,2 +11,5 @@ 'use strict';

this.onItemSelected = this.onItemSelected.bind(this);
this.state = {
selectedItemPosition: 0
}
}

@@ -20,2 +23,6 @@ onItemSelected(event: Event) {

componentDidMount() {
this.setState({ selectedItemPosition: this.props.selectedItemPosition })
}
render() {

@@ -40,3 +47,3 @@ return (

itemTextFontFamily={this.props.itemTextFontFamily}
selectedItemPosition={this.props.selectedItemPosition}
selectedItemPosition={this.state.selectedItemPosition}
backgroundColor={this.props.backgroundColor}

@@ -43,0 +50,0 @@ />

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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