Skip to content

Commit

Permalink
Remove $FlowFixMe on View
Browse files Browse the repository at this point in the history
Summary: https://fb.workplace.com/groups/flow/permalink/2274899262558676/

Reviewed By: yungsters

Differential Revision: D13610629

fbshipit-source-id: 5d066ff50b056d5dde0fa5b99796e6846723f5cf
  • Loading branch information
elicwhite authored and facebook-github-bot committed Jan 9, 2019
1 parent 93fa4ef commit f40a04a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Libraries/Components/View/ViewNativeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ const requireNativeComponent = require('requireNativeComponent');

import type {ViewProps} from 'ViewPropTypes';

/* $FlowFixMe(>=0.89.0 site=react_native_fb) This comment suppresses an error
* found when Flow v0.89 was deployed. To see the error, delete this comment
* and run Flow. */
type ViewNativeComponentType = Class<ReactNative.NativeComponent<ViewProps>>;

const NativeViewComponent = requireNativeComponent('RCTView');
Expand Down

0 comments on commit f40a04a

Please sign in to comment.