diff --git a/index.js b/index.js index a249eaa..e643960 100644 --- a/index.js +++ b/index.js @@ -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, diff --git a/package.json b/package.json index 1a4fa2b..d47698d 100644 --- a/package.json +++ b/package.json @@ -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": {