Skip to content

Commit

Permalink
fix headless onvaluechange err (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkwtz authored Feb 7, 2019
1 parent e49c64d commit dda4604
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v5.2.5

##### Bugfix

- Fix headless Android onValueChange trigger on render (#141)

### v5.2.4

##### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-picker-select",
"version": "5.2.4",
"version": "5.2.5",
"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
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,6 @@ const defaultStyles = StyleSheet.create({
},
headlessAndroidPicker: {
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%',
color: 'transparent',
Expand Down

0 comments on commit dda4604

Please sign in to comment.