From 1b467a061e80b525ce56b49aac0ae3c3a38e538c Mon Sep 17 00:00:00 2001 From: xwenliang Date: Mon, 11 Jan 2016 23:09:21 +0800 Subject: [PATCH] v0.3.8 --- index.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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": {