Commit 6240fbfa authored by xwenliang's avatar xwenliang

missing semi colon

parent a9b3c306
......@@ -34,7 +34,7 @@ export default class PickerAny extends React.Component {
selectedValue: PropTypes.any.isRequired,
onPickerDone: PropTypes.func,
onPickerCancel: PropTypes.func
}
};
static defaultProps = {
pickerBtnText: '完成',
......@@ -43,7 +43,7 @@ export default class PickerAny extends React.Component {
showDuration: 300,
onPickerDone: ()=>{},
onPickerCancel: ()=>{}
}
};
constructor(props, context){
super(props, context);
......
{
"name": "react-native-picker",
"version": "0.3.1",
"version": "0.3.2",
"description": "react-native-picker",
"main": "index.js",
"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