Skip to content

Commit f40a04a

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Remove $FlowFixMe on View
Summary: https://fb.workplace.com/groups/flow/permalink/2274899262558676/ Reviewed By: yungsters Differential Revision: D13610629 fbshipit-source-id: 5d066ff50b056d5dde0fa5b99796e6846723f5cf
1 parent 93fa4ef commit f40a04a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Libraries/Components/View/ViewNativeComponent.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ const requireNativeComponent = require('requireNativeComponent');
1616

1717
import type {ViewProps} from 'ViewPropTypes';
1818

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

2421
const NativeViewComponent = requireNativeComponent('RCTView');

0 commit comments

Comments
 (0)