-
Notifications
You must be signed in to change notification settings - Fork 365
-
Hi guys!
I still don’t understand how to create a horizontal list with FlashList v2, since v2 doesn’t support the inverted prop anymore like it did before (with scale: -1).
I tried using:
maintainVisibleContentPosition={{
startRenderingFromBottom: true,
}}
and it seems to work, but the items themselves also need to be rendered in reverse order.
Can somebody help me?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
yes, you need to reverse the order of the items too, that is how it is working with me rn.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment