mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 08:26:23 +00:00
Fix flow errors in fbobjc
Reviewed By: jeffmo Differential Revision: D2724169 fb-gh-sync-id: d2736ce2550fe8bf45c18bce7d89a9cb5c98cb87
This commit is contained in:
parent
f4c286f7ac
commit
383d991c40
@ -36,6 +36,9 @@ type Event = Object;
|
|||||||
* source of truth.
|
* source of truth.
|
||||||
*/
|
*/
|
||||||
var DatePickerIOS = React.createClass({
|
var DatePickerIOS = React.createClass({
|
||||||
|
// TOOD: Put a better type for _picker
|
||||||
|
_picker: (undefined: ?$FlowFixMe),
|
||||||
|
|
||||||
mixins: [NativeMethodsMixin],
|
mixins: [NativeMethodsMixin],
|
||||||
|
|
||||||
propTypes: {
|
propTypes: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user