Skip to content

Commit

Permalink
Fix flow errors in fbobjc
Browse files Browse the repository at this point in the history
Reviewed By: jeffmo

Differential Revision: D2724169

fb-gh-sync-id: d2736ce2550fe8bf45c18bce7d89a9cb5c98cb87
  • Loading branch information
gabelevi authored and facebook-github-bot-0 committed Dec 4, 2015
1 parent f4c286f commit 383d991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Libraries/Components/DatePicker/DatePickerIOS.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 383d991

Please sign in to comment.