RTL FlatList horizontal Layout Pressable Version 0.76.6 issues #48600
Labels
Component: FlatList
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Resolution: Fixed
A PR that fixes this issue has been merged.
Description
I faced an issue with the latest React Native Build in a Physical Android Phone Not an Emulator. If we render the data using FlatList on Horizontal Mode and the Layout is LTR the pressable works perfectly, however, if the Layout is RTL the Pressable won't take action it needs multiple touches to respond.
Steps to reproduce
When app is built on Physical Android phone, Flatlist horizontal mode won't take action if apply pressable
React Native Version
0.76.6
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/react-native-community/reproducer-react-native
Screenshots and Videos
test.mp4
The text was updated successfully, but these errors were encountered: