🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-native-selector

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-selector - npm Package Compare versions

Comparing version

to
1.0.4

2

index.js

@@ -15,3 +15,3 @@ 'use strict';

import Icon from 'react-native-vector-icons/FontAwesome';
import {isFunction} from '../utils';
import {isFunction} from './utils';

@@ -18,0 +18,0 @@ class Select extends Component {

{
"name": "react-native-selector",
"version": "1.0.3",
"version": "1.0.4",
"description": "select component for react-native",

@@ -5,0 +5,0 @@ "author": {

@@ -117,4 +117,3 @@ # Install

selectWrapper: {
flexDirection: 'row',
zIndex: 1000
flexDirection: 'row'
}

@@ -121,0 +120,0 @@ });