Remove $FlowFixMe on View
Summary: https://fb.workplace.com/groups/flow/permalink/2274899262558676/ Reviewed By: yungsters Differential Revision: D13610629 fbshipit-source-id: 5d066ff50b056d5dde0fa5b99796e6846723f5cf
This commit is contained in:
parent
93fa4efe06
commit
f40a04ae3a
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue