[fix] Picker doesn't pass 'onValueChange' to DOM node

Fix #1104
Close #1107
This commit is contained in:
Tomoya Hirano
2018-09-14 14:43:22 +01:00
committed by Nicolas Gallagher
parent f196335281
commit ef97adec6e

View File

@@ -59,6 +59,7 @@ class Picker extends Component<Props> {
itemStyle,
mode,
prompt,
onValueChange,
/* eslint-enable */
...otherProps
} = this.props;