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 use ScrollView with Animated.View children, and layout transitions work mostly fine. Except when I remove last item, and then try to remove next last item, scroll view immediately shrinks, creating jumps.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use
ScrollView
withAnimated.View
children, and layout transitions work mostly fine. Except when I remove last item, and then try to remove next last item, scroll view immediately shrinks, creating jumps.Issue appears in the example from official docs:
https://snack.expo.dev/wyioCq6xz
You can see the issue in the video:
rn-reanimated-scrollview.mp4
Beta Was this translation helpful? Give feedback.
All reactions