Repro for react-native #21196 'ListEmptyComponent is rendered upside down, when using inverted flag'
Repro steps:
- Clone repo
- Run yarn
- Run yarn start
- Run react-native run-android
- Press button 1 to toggle between flat/section list
- Press button 2 to toggle inverted on/off
- In inverted mode, press button 3 to enable/disable the fix (
transform: [{scaleY: -1}]on the<View />returned byListEmptyComponent) - See that for inverted lists without the fix, the list empty component is rendered upside down