Open dnlmzw opened 4 years ago
@dnlmzw any luck figuring out a solution? I'm looking to do the same thing.
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.
I initially implemented @aakagi 's solution. It seems to works on iOS, but Android seems to crops the content.
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.