From f40a04ae3a89f0cc05b99b22ba5dde8cf070250e Mon Sep 17 00:00:00 2001 From: Eli White Date: Wed, 9 Jan 2019 12:09:20 -0800 Subject: [PATCH] Remove $FlowFixMe on View Summary: https://fb.workplace.com/groups/flow/permalink/2274899262558676/ Reviewed By: yungsters Differential Revision: D13610629 fbshipit-source-id: 5d066ff50b056d5dde0fa5b99796e6846723f5cf --- Libraries/Components/View/ViewNativeComponent.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Libraries/Components/View/ViewNativeComponent.js b/Libraries/Components/View/ViewNativeComponent.js index 0f7d1977b..432040ad3 100644 --- a/Libraries/Components/View/ViewNativeComponent.js +++ b/Libraries/Components/View/ViewNativeComponent.js @@ -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>; const NativeViewComponent = requireNativeComponent('RCTView');