-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Description
Description
In normal FlatList the accessibility focus order is from top to bottom but applying inverted property makes the order swap to bottom to top. This breaks the accessibility navigation flow as it is assumed that it should go from top of the screen to the bottom.
React Native version:
RN 0.63 and Android 9 with enabled TalkBack
Steps To Reproduce
Use FlatList component like
<FlatList ... inverted={ true } />
Expected Results
The order of items should stay inverted but the accessibility order should be maintained top to bottom.
Snack, code example, screenshot, or link to a repository:
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve