-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Open
Labels
Component: FlatListNeeds: Triage 🔍Never gets stalePrevent those issues and PRs from getting stalePrevent those issues and PRs from getting stale
Description
Description
When the inverted prop is applied to FlatList the elements remain in the order given and are reversed via styling rather than by reversing the order in which they are rendered. This makes it so that, for example, if react-native-web is used, when the list elements are copied, they end up pasting in reverse order.
React Native version:
0.63.3
Steps To Reproduce
- Create a list using
FlatList - Apply the
invertedprop - Note the order of some list items and copy them
- Paste them and note that the order is backwards from what was displayed
Expected Results
I would expect that when pasted the list would retain the order that is shown on the screen.
Snack, code example, screenshot, or link to a repository:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: FlatListNeeds: Triage 🔍Never gets stalePrevent those issues and PRs from getting stalePrevent those issues and PRs from getting stale