react-native-scrollable-tab-view-collapsible-header icon indicating copy to clipboard operation
react-native-scrollable-tab-view-collapsible-header copied to clipboard

onScroll props question

Open uaround-jisu opened this issue 4 years ago • 2 comments

Is there onScroll props??

I need that...

uaround-jisu avatar Oct 29 '21 08:10 uaround-jisu

I used makeScrollTrans props. but It can't called When I scroll. I need called makeScrollTrans function like onScroll in ScrollView is there any idea?

uaround-jisu avatar Nov 01 '21 04:11 uaround-jisu

https://github.com/zyslife/react-native-head-tab-view/issues/116 You can see this similar issue. You can get an animated object using the makeScrollTrans function. Perhaps you can learn more about the use of this function by using this example.

zyslife avatar Nov 02 '21 17:11 zyslife