react-native-picker-select
Advanced tools
Comparing version 2.0.1 to 2.0.2
module.exports = { | ||
"extends": "airbnb", | ||
"env": { | ||
"jest": true, | ||
}, | ||
"rules": { | ||
@@ -4,0 +7,0 @@ 'no-use-before-define': 0, |
{ | ||
"name": "react-native-picker-select", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform", | ||
@@ -28,7 +28,7 @@ "license": "MIT", | ||
"enzyme-to-json": "^3.3.1", | ||
"eslint": "^4.17.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.6.1", | ||
"eslint-plugin-react": "^7.7.0", | ||
"jest": "^22.3.0", | ||
@@ -35,0 +35,0 @@ "prop-types": "^15.6.0", |
@@ -125,3 +125,3 @@ import React, { PureComponent } from 'react'; | ||
<View> | ||
<Text style={styles.done}>Done</Text> | ||
<Text style={[styles.done, this.props.style.done]}>Done</Text> | ||
</View> | ||
@@ -348,2 +348,1 @@ </TouchableWithoutFeedback> | ||
}); | ||
@@ -146,3 +146,3 @@ import React from 'react'; | ||
/>); | ||
// | ||
wrapper.find('[testId="RNPickerSelectAndroid"]').props().onValueChange('orange', 2); | ||
@@ -149,0 +149,0 @@ expect(wrapper.state().selectedItem.value).toEqual('orange'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
427500
683