react-native-picker-actionsheet
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "react-native-picker-actionsheet", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A picker like ActionSheet component which can be used in iOS & Android . Use Animated . ", | ||
@@ -24,16 +24,2 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"babel-core": "^6.5.2", | ||
"babel-eslint": "^7.2.3", | ||
"babel-jest": "21.2.0", | ||
"babel-preset-react-native": "4.0.0", | ||
"coveralls": "^2.11.9", | ||
"cz-conventional-changelog": "^1.2.0", | ||
"enzyme": "^3.1.0", | ||
"enzyme-adapter-react-16": "^1.0.2", | ||
"eslint": "^3.19.0", | ||
"eslint-plugin-react": "^7.0.1", | ||
"inquirer": "^3.0.5", | ||
"jest": "21.2.1", | ||
"jsdom": "^11.3.0", | ||
"jsdom-global": "^3.0.2", | ||
"pre-commit": "^1.1.3", | ||
@@ -40,0 +26,0 @@ "react": "16.0.0-beta.5", |
@@ -40,3 +40,3 @@ import React from 'react'; | ||
) | ||
]).start(()=>this.state.show!==this.props.show?this.setState({show:this.props.show}):null); | ||
]).start(()=>this.setState({show:this.props.show})); | ||
return( | ||
@@ -43,0 +43,0 @@ <View style={[styles.container,{zIndex:this.state.show||this.props.show?100:-100}]}> |
5
6758