mirror of
https://github.com/zhigang1992/react-native-picker.git
synced 2026-04-27 21:07:44 +08:00
missing semi colon
This commit is contained in:
4
index.js
4
index.js
@@ -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);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-picker",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "react-native-picker",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user