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
When using renderForeground Is there any prop you can set to enable scrolling the view, when dragging the header? Right now my header is 90% of the screen, and only having the bottom 10% scrollable is not ideal.
The text was updated successfully, but these errors were encountered:
I ended up adding my Foreground to the children, and set style={{ marginTop: -1 * maxHeight }} and it works perfectly if you don't need your content to scale.
When using
renderForeground
Is there any prop you can set to enable scrolling the view, when dragging the header? Right now my header is 90% of the screen, and only having the bottom 10% scrollable is not ideal.The text was updated successfully, but these errors were encountered: