Fix flow errors in fbobjc

Reviewed By: jeffmo

Differential Revision: D2724169

fb-gh-sync-id: d2736ce2550fe8bf45c18bce7d89a9cb5c98cb87
This commit is contained in:
glevi@fb.com 2015-12-04 11:52:05 -08:00 committed by facebook-github-bot-0
parent f4c286f7ac
commit 383d991c40

View File

@ -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: {