Tiago Correia
Tiago Correia
@sahil-republic You are using the hook on the same place of the provider, try to call the hook on a nested component and it will work properly
Hey @andreialecu @PedroBern, any update on this? If the approach doesn't feel the best taking into consideration the project design or if there's anything else that can be done to...
@andreialecu Is the discord still up? Maybe we can go trough it there
After some updates I believe most of it works properly, there's so minor improvements that need to be made: - Changing tab when the header is scrolling is not perfect...
@jm90m you can use the useHeaderMeasurements hook, that gets you the headerTranslateY and header height https://github.com/PedroBern/react-native-collapsible-tab-view/blob/1571a625eb3a2527acd3ba9a9267fb939b330a51/src/hooks.tsx#L580 from those you can easily check if the header is collapsed, you might to...
@andreialecu Hey, I actually made a fork of the project and adapt it to allow scroll on header content on the project I'm working, I did remove things that I...
I had a similar problem, but in my case the key was nested much deeper, so I updated the source code to contain the path of the key being provided...