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
Product requires that our "pages" be slightly visible to indicate that one can swipe to the next page. I've experimented with containerStyle and a few other things to get the next page to be peeking, but can't seem to achieve this, it seems to always cut off where i've padded / added margin, even with 'overflow': 'visible'
Desired result:
Where those 'cards' are each child. You can see that the next page is bleeding into the current. I can achieve this with a horizontal scroll view, but the pages don't "LOCK" like I want them to.
Is this possible with your library do you think?
Thanks :)
-Dan
The text was updated successfully, but these errors were encountered:
<View style={{ overflow: 'hidden' }}> for view containing Pages
Drawback: ScrollView sides are inactive (no taps or swipes), however this is a good starting point. I'll look further for more complicated and universal solution.
Hey! 2 questions tonight :)
Product requires that our "pages" be slightly visible to indicate that one can swipe to the next page. I've experimented with
containerStyle
and a few other things to get the next page to be peeking, but can't seem to achieve this, it seems to always cut off where i've padded / added margin, even with'overflow': 'visible'
Desired result:
Where those 'cards' are each child. You can see that the next page is bleeding into the current. I can achieve this with a horizontal scroll view, but the pages don't "LOCK" like I want them to.
Is this possible with your library do you think?
Thanks :)
-Dan
The text was updated successfully, but these errors were encountered: