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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
I am trying to implement two way scrolling with double SnappingScrollViews (one horizontal, one vertical). While the view functions perfectly when using single scroll view with normal Views as elements. As soon as I change inner views with SnappingScrollView outer one acts like a normal scroll view (without snapping). Am I setting some params incorrectly or is this unimplemented/unsupported feature?