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

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

Touchable renderHeader #67

Open jmkitavi opened 5 years ago

jmkitavi commented 5 years ago

I was hoping to customize the header... maybe have a few buttons. But the touches don't seem to persist on the renderHeader section, is there a possible workaround for that.

jmkitavi commented 5 years ago

cc. @Nhacsam

jeffreyflynt commented 5 years ago

I use: renderTouchableFixedForeground along with renderForeground and I have buttons at the top that are touchable.

Nhacsam commented 5 years ago

Is it the same issue as : https://github.com/bamlab/react-native-image-header-scroll-view/issues/6 ? If yes, you can use renderTouchableFixedForeground but it is a bit laggy.

I will maybe try to rebuild the component with reanimated, but I am not sure it will fix the issue.