Commit 29fd84b8 authored by xwenliang's avatar xwenliang

v0.2.5

parent c5cfec35
...@@ -176,7 +176,6 @@ export default class PickerAny extends React.Component { ...@@ -176,7 +176,6 @@ export default class PickerAny extends React.Component {
_pickerFinish(){ _pickerFinish(){
this._toggle(); this._toggle();
debugger;
this.state.onPickerDone(this.pickedValue); this.state.onPickerDone(this.pickedValue);
} }
......
{ {
"name": "react-native-picker", "name": "react-native-picker",
"version": "0.2.4", "version": "0.2.5",
"description": "react-native-picker", "description": "react-native-picker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment