Skip to content

Commit 1b467a0

Browse files
committed
v0.3.8
1 parent d014d6a commit 1b467a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default class PickerAndroid extends React.Component{
5353
}
5454

5555
shouldComponentUpdate(nextProps, nextState, context){
56-
//JSON.stringify(props) cause error "Converting circular structure to JSON"
5756
return JSON.stringify([{
5857
selectedIndex: nextState.selectedIndex,
5958
items: nextState.items,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-picker-android",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "react-native-picker-android",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)