Skip to content

Commit af6e2eb

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Removing unnecessary FlowFixMe
Reviewed By: yungsters Differential Revision: D7985749 fbshipit-source-id: ba7e152749c5a5cac134b51e0229dc11870bb3e0
1 parent 1419c7a commit af6e2eb

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Diff for: Libraries/Components/ScrollView/ScrollView.js

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const flattenStyle = require('flattenStyle');
3333
const invariant = require('fbjs/lib/invariant');
3434
const processDecelerationRate = require('processDecelerationRate');
3535
const requireNativeComponent = require('requireNativeComponent');
36-
/* $FlowFixMe(>=0.54.0 site=react_native_oss) This comment suppresses an error
37-
* found when Flow v0.54 was deployed. To see the error delete this comment and
38-
* run Flow. */
3936
const warning = require('fbjs/lib/warning');
4037
const resolveAssetSource = require('resolveAssetSource');
4138

Diff for: Libraries/Lists/ListView/ListView.js

-10
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ const RCTScrollViewManager = require('NativeModules').ScrollViewManager;
1818
const ScrollView = require('ScrollView');
1919
const ScrollResponder = require('ScrollResponder');
2020
const StaticRenderer = require('StaticRenderer');
21-
/* $FlowFixMe(>=0.54.0 site=react_native_oss) This comment suppresses an error
22-
* found when Flow v0.54 was deployed. To see the error delete this comment and
23-
* run Flow. */
2421
const TimerMixin = require('react-timer-mixin');
2522
const View = require('View');
26-
27-
/* $FlowFixMe(>=0.54.0 site=react_native_oss) This comment suppresses an error
28-
* found when Flow v0.54 was deployed. To see the error delete this comment and
29-
* run Flow. */
3023
const cloneReferencedElement = require('react-clone-referenced-element');
3124
const createReactClass = require('create-react-class');
3225
const isEmpty = require('isEmpty');
@@ -423,9 +416,6 @@ const ListView = createReactClass({
423416
const rowIDs = allRowIDs[sectionIdx];
424417
if (rowIDs.length === 0) {
425418
if (this.props.enableEmptySections === undefined) {
426-
/* $FlowFixMe(>=0.54.0 site=react_native_oss) This comment suppresses
427-
* an error found when Flow v0.54 was deployed. To see the error
428-
* delete this comment and run Flow. */
429419
const warning = require('fbjs/lib/warning');
430420
warning(
431421
false,

0 commit comments

Comments
 (0)