You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing CollasibleHeader and I follow the solution as your example below: https://github.com/wix/react-native-interactable/blob/master/playground/src/examples/CollapsingHeaderWithScroll.js
But the problem is that when the Header is collapsed, it means that the Interacable.View is attached to the value 1, with id as bottom, then the ScrollView allows scrolling, if I scroll from top to bottom, The content of the ScrollView will be scrolled along, but I want when I swipe from the bottom to the top, Interacable.View will expand instead of nothing happening. Any solution for this issue ? Thanks
The text was updated successfully, but these errors were encountered:
Hi everybody,
I am implementing CollasibleHeader and I follow the solution as your example below:
https://github.com/wix/react-native-interactable/blob/master/playground/src/examples/CollapsingHeaderWithScroll.js
But the problem is that when the Header is collapsed, it means that the Interacable.View is attached to the value 1, with
id
asbottom
, then the ScrollView allows scrolling, if I scroll from top to bottom, The content of the ScrollView will be scrolled along, but I want when I swipe from the bottom to the top, Interacable.View will expand instead of nothing happening. Any solution for this issue ? ThanksThe text was updated successfully, but these errors were encountered: