mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +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.
|
||||
*/
|
||||
var DatePickerIOS = React.createClass({
|
||||
// TOOD: Put a better type for _picker
|
||||
_picker: (undefined: ?$FlowFixMe),
|
||||
|
||||
mixins: [NativeMethodsMixin],
|
||||
|
||||
propTypes: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user