Bug Report
When using a horizontal FlashList with a ListHeaderComponent in RTL mode, the header becomes unreachable after scrolling to the end of the list. Swiping back toward the start never reveals the header.
Steps to Reproduce
- Set
I18nManager.forceRTL(true)
- Create a horizontal FlashList with a ListHeaderComponent
- Scroll to the end (swipe left-to-right in RTL)
- Try to scroll back to the header (swipe right-to-left)
- Header is never shown
Expected Behavior
The header should be reachable by scrolling back to the logical start of the list.
Environment
- flash-list: 2.3.0
- react-native: 0.84.1
- Platform: iOS 18
Bug Report
When using a horizontal FlashList with a ListHeaderComponent in RTL mode, the header becomes unreachable after scrolling to the end of the list. Swiping back toward the start never reveals the header.
Steps to Reproduce
I18nManager.forceRTL(true)Expected Behavior
The header should be reachable by scrolling back to the logical start of the list.
Environment