-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inverted list on Android is not positioned correctly #24871
Comments
Probably linked with this : #23635 |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
There is no activity because it is very hard to contribute to this project. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Inverted lists (on Android) are not being "positioned" on screen, which is causing issues with E2E tests using Detox. To be clear, elements within the list are displayed properly, but when viewing the list in
react-devtools
, the list will not be highlighted, and is supposedly "off screen". iOS does not exhibit this behavior and will be correctly position/highlighted inreact-devtools
.React Native version:
Steps To Reproduce
Example repo:
https://github.com/solkaz/react-native-inverted-virtualized-list-issue
FlatList
in a debug variant of the Android app.react-devtools
and the in-app inspector. The list element in the app will not be highlighted.inverted
prop then reexamining the element will then show it being highlightedDescribe what you expected to happen:
The list element will be highlighted when hovered over in
react-devtools
, and is positioned correctly, when using an invertedFlatList
Android, inverted
Android, uninverted
iOS, inverted
iOS, uninverted
The text was updated successfully, but these errors were encountered: