File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ const flattenStyle = require('flattenStyle');
33
33
const invariant = require ( 'fbjs/lib/invariant' ) ;
34
34
const processDecelerationRate = require ( 'processDecelerationRate' ) ;
35
35
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. */
39
36
const warning = require ( 'fbjs/lib/warning' ) ;
40
37
const resolveAssetSource = require ( 'resolveAssetSource' ) ;
41
38
Original file line number Diff line number Diff line change @@ -18,15 +18,8 @@ const RCTScrollViewManager = require('NativeModules').ScrollViewManager;
18
18
const ScrollView = require ( 'ScrollView' ) ;
19
19
const ScrollResponder = require ( 'ScrollResponder' ) ;
20
20
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. */
24
21
const TimerMixin = require ( 'react-timer-mixin' ) ;
25
22
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. */
30
23
const cloneReferencedElement = require ( 'react-clone-referenced-element' ) ;
31
24
const createReactClass = require ( 'create-react-class' ) ;
32
25
const isEmpty = require ( 'isEmpty' ) ;
@@ -423,9 +416,6 @@ const ListView = createReactClass({
423
416
const rowIDs = allRowIDs [ sectionIdx ] ;
424
417
if ( rowIDs . length === 0 ) {
425
418
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. */
429
419
const warning = require ( 'fbjs/lib/warning' ) ;
430
420
warning (
431
421
false ,
You can’t perform that action at this time.
0 commit comments