Skip to content

Commit

Permalink
v4.1 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkwtz authored Jul 26, 2018
1 parent babf37c commit 3c0b2eb
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 123 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-picker-select",
"version": "4.0.0",
"version": "4.1.0",
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform",
"license": "MIT",
"author": "Michael Lefkowitz <[email protected]>",
Expand Down Expand Up @@ -28,14 +28,14 @@
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"babel-jest": "^23.2.0",
"babel-jest": "^23.4.0",
"babel-preset-react-native": "^4.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint-config-ls-react": "https://github.com/lawnstarter/eslint-config-ls-react#2.0.1",
"husky": "^0.14.3",
"jest": "^23.2.0",
"jest": "^23.4.1",
"prettier": "^1.13.7",
"pretty-quick": "^1.6.0",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('RNPickerSelect', () => {
<RNPickerSelect
items={items}
placeholder={placeholder}
itemKey={'usa'}
itemKey="usa"
value={1}
onValueChange={() => {}}
/>
Expand Down
Loading

0 comments on commit 3c0b2eb

Please sign in to comment.