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 made card in my project scrollable using a ScrollView. However, I am experiencing an issue where, after scrolling the view slightly and then swiping the card, the second card starts from the same position as the first card. This issue affects the smoothness and functionality of the card swipe interaction. Any help or suggestions to resolve this problem.
I have tried using useRef and scrolling back to 0, but the issue persists because it only gets resolved after rendering is complete.
My code sample: https://gist.github.com/kedarshenoy/cbc3097ec41706b0c19c58dd3523d567
The text was updated successfully, but these errors were encountered:
I made card in my project scrollable using a ScrollView. However, I am experiencing an issue where, after scrolling the view slightly and then swiping the card, the second card starts from the same position as the first card. This issue affects the smoothness and functionality of the card swipe interaction. Any help or suggestions to resolve this problem.
I have tried using useRef and scrolling back to 0, but the issue persists because it only gets resolved after rendering is complete.
My code sample: https://gist.github.com/kedarshenoy/cbc3097ec41706b0c19c58dd3523d567
The text was updated successfully, but these errors were encountered: