Skip to content

Refresh Indicator in FlatList doesn't work correctly with largeTitle #5815

Open
@sallar

Description

@sallar

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

Screenshot 2019-12-13 at 0 37 44

  • 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions