react-native/Libraries/Lists
Wayne Cheng f536a0c268 Adding flow strict local to remaining possible files in xplat/JS
Summary:
ag -L --ignore __snapshots__ 'flow strict|noflow|generated|The controller you requested could not be found.' | ag '\.js$' | xargs ag -l 'flow' | sort > ~/temp
  cat ~/temp | xargs ag -L 'flow strict' | xargs sed -i '' 's/flow$/flow strict-local/'
  until flow check; do flow check --json | jq -r '.errors[].message[0].path' | sort | uniq | xargs hg revert; done

allow_many_files
The controller you requested could not be found.
The controller you requested could not be found.

Reviewed By: TheSavior

Differential Revision: D9004573

fbshipit-source-id: 936bd5741706b781be06bf08b6ad805a69407dfd
2018-08-09 08:54:44 -07:00
..
ListView Adding flow strict local to remaining possible files in xplat/JS 2018-08-09 08:54:44 -07:00
__flowtests__ Adding flow strict local to remaining possible files in xplat/JS 2018-08-09 08:54:44 -07:00
__tests__ Adding new styling props to FlatList/VirtualizedList for ListHeaderComponent and ListFooterComponent 2018-07-12 13:49:08 -07:00
FillRateHelper.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
FlatList.js Adding new styling props to FlatList/VirtualizedList for ListHeaderComponent and ListFooterComponent 2018-07-12 13:49:08 -07:00
MetroListView.js Flowtype ListView 2018-05-14 00:24:44 -07:00
SectionList.js Flowtype ListView 2018-05-14 00:24:44 -07:00
ViewabilityHelper.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
VirtualizeUtils.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
VirtualizedList.js VirtualizedList: Fix spacer size calculation (#18105) 2018-07-20 00:17:05 -07:00
VirtualizedSectionList.js Bump Prettier to 1.13.4 on xplat 2018-06-06 05:32:06 -07:00