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 a9b3c30 commit 6240fbfCopy full SHA for 6240fbf
index.js
@@ -34,7 +34,7 @@ export default class PickerAny extends React.Component {
34
selectedValue: PropTypes.any.isRequired,
35
onPickerDone: PropTypes.func,
36
onPickerCancel: PropTypes.func
37
- }
+ };
38
39
static defaultProps = {
40
pickerBtnText: '完成',
@@ -43,7 +43,7 @@ export default class PickerAny extends React.Component {
43
showDuration: 300,
44
onPickerDone: ()=>{},
45
onPickerCancel: ()=>{}
46
47
48
constructor(props, context){
49
super(props, context);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-picker",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "react-native-picker",
5
"main": "index.js",
6
"scripts": {
0 commit comments