Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xwenliang committed Jan 11, 2016
1 parent d014d6a commit 1b467a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class PickerAndroid extends React.Component{
}

shouldComponentUpdate(nextProps, nextState, context){
//JSON.stringify(props) cause error "Converting circular structure to JSON"
return JSON.stringify([{
selectedIndex: nextState.selectedIndex,
items: nextState.items,
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-android",
"version": "0.3.7",
"version": "0.3.8",
"description": "react-native-picker-android",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1b467a0

Please sign in to comment.