Open jmkitavi opened 5 years ago
cc. @Nhacsam
I use: renderTouchableFixedForeground
along with renderForeground
and I have buttons at the top that are touchable.
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.
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.