bamlab/react-native-image-header-scroll-view

Rendering overflowing Items does not work on Android

mrousavy opened this issue · 5 comments

Rendering any overflowing items (by using position: 'absolute') will work fine on iOS but clip them off on Android, no matter where I render them. (As content/children, foreground, etc..)

iOS:

Screenshot 2020-05-02 at 18 19 24

Android:

Screenshot 2020-05-02 at 18 19 32

Any update on this?

@MatheusRich android doesn't support overflow in React Native. As far as I know, the iOS behavior (screenshot) isn't possible in Android.

If you find a workaround, let me know!

@mrousavy Did you find a solution for this?

Same issue

any update ??!