Open
Description
Issue Description
Im creating a new issue since the previous one is marked as stale for some reason. #3137
If you use largeTitle
in a view that hosts a FlatList, the Refresh Indicator is shown at a position that is not correct.
The current workaround is apparently to use react-native-tableview
which uses the native UITableView
, which works nicely, but that has it's own issues and also doesn't support android.
Steps to Reproduce / Code Snippets / Screenshots
- Use
largeTitle
in a screen - Embed a refreshable FlatList in that view
- Drag down to see the indicator
Environment
- React Native Navigation version: 4.0.5
- React Native version: 0.61.4
- Platform(s) (iOS, Android, or both?): iOS
- Device info (Simulator/Device? OS version? Debug/Release?): Simulator / Debug