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

ScrollView with an image in header which becomes a navbar
MIT License
990 stars 94 forks source link

Rendering overflowing Items does not work on Android #82

Open mrousavy opened 4 years ago

mrousavy commented 4 years ago

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

MatheusRich commented 4 years ago

Any update on this?

mrousavy commented 4 years ago

@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!

karlgjertsen commented 3 years ago

@mrousavy Did you find a solution for this?

maks112v commented 3 years ago

Same issue

shemo14 commented 3 years ago

any update ??!