react-native/Libraries/Lists/__tests__
Janic Duplessis db061ea8c7 Don't wrap ListEmptyComponent in an extra view
Summary:
A common UI pattern for list empty states is some text/images centered inside the visible part of the list. This is pretty hard to do currently because we wrap ListEmptyComponent with an extra view with no way to style it so we cannot just use `flex: 1` to make it fill the available space.

- Added an example of ListEmptyComponent in the FlatList example in RNTester

Before (no way to make ListEmptyComponent fill the space):
<img width="377" alt="screen shot 2018-03-05 at 5 24 15 pm" src="https://user-images.githubusercontent.com/2677334/37003152-129db3ac-209a-11e8-9600-110f10d57144.png">

After:
<img width="377" alt="screen shot 2018-03-05 at 5 09 20 pm" src="https://user-images.githubusercontent.com/2677334/37002809-e6971178-2098-11e8-8cf7-74bfb2f6a992.png">

- Tested some edge cases like returning null from the ListEmptyComponent

- Tested in an app that uses FlatList + ListEmptyComponent

[GENERAL] [MINOR] [VirtualizedList] - Don't wrap ListEmptyComponent in an extra view
Closes https://github.com/facebook/react-native/pull/18206

Differential Revision: D7266274

Pulled By: sahrens

fbshipit-source-id: 4636d2418474a4c86ac63e5e18a9afc391a518c5
2018-03-13 18:11:31 -07:00
..
__snapshots__ Don't wrap ListEmptyComponent in an extra view 2018-03-13 18:11:31 -07:00
FillRateHelper-test.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
FlatList-test.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
SectionList-test.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
ViewabilityHelper-test.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
VirtualizeUtils-test.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
VirtualizedList-test.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00