We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d014d6a commit 1b467a0Copy full SHA for 1b467a0
index.js
@@ -53,7 +53,6 @@ export default class PickerAndroid extends React.Component{
53
}
54
55
shouldComponentUpdate(nextProps, nextState, context){
56
- //JSON.stringify(props) cause error "Converting circular structure to JSON"
57
return JSON.stringify([{
58
selectedIndex: nextState.selectedIndex,
59
items: nextState.items,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-picker-android",
3
- "version": "0.3.7",
+ "version": "0.3.8",
4
"description": "react-native-picker-android",
5
"main": "index.js",
6
"scripts": {
0 commit comments