react-native-macos/Libraries/Lists
Eli White 21f1cce148 Remove unused code
Summary:
There are some unused imports and variables. This was flagged by running
```
$ js1 lint --only "no-unused-vars: [1, {vars: 'all', args: 'none', ignoreRestSiblings: true}]" ~/fbsource/xplat/js/react-native-github --only "react/jsx-uses-vars" --only "react/jsx-uses-react" --fast
```

Changelog:
Internal

Reviewed By: zackargyle, JoshuaGross

Differential Revision: D17724836

fbshipit-source-id: 2b6a44f55c878d659c9c23f5878ba34f21f8bb69
2019-10-03 14:33:59 -07:00
..
__flowtests__ xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
__tests__ fix SectionList scrollToLocation and prevent regressions (#25997) 2019-08-13 07:52:54 -07:00
FillRateHelper.js Manual fixes for xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
FlatList.js Improve Flow Type for ScrollResponder 2019-08-28 13:15:29 -07:00
SectionList.js Remove unused code 2019-10-03 14:33:59 -07:00
ViewabilityHelper.js Fixes 'Invalid render range' crash (#22847) 2019-01-21 01:58:54 -08:00
VirtualizeUtils.js Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
VirtualizedList.js Upgrade to Flow v0.108.0 2019-09-20 13:37:25 -07:00
VirtualizedSectionList.js fix SectionList scrollToLocation and prevent regressions (#25997) 2019-08-13 07:52:54 -07:00