You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue when rendering a large list and setting the firstItem to an item within the list. When I render the carousel, it suddenly looks like this:
If I set useScrollView = true it is working fine again, but I want to use the FlatList component due to performance reasons. Any idea how I can fix the wrong position?
Tested on iPhone XS.
The text was updated successfully, but these errors were encountered:
I'm having an issue when rendering a large list and setting the
firstItem
to an item within the list. When I render the carousel, it suddenly looks like this:This is how the carousel looks on a small list:
This is how I init the component:
If I set
useScrollView = true
it is working fine again, but I want to use the FlatList component due to performance reasons. Any idea how I can fix the wrong position?Tested on iPhone XS.
The text was updated successfully, but these errors were encountered: