Andrei Alecu

Results 277 comments of Andrei Alecu

You can conditionally not render the tab via `condition &&

I'm not sure I understand what you mean by "show" but "hide". Mind explaining an exact use case?

There's an example in the repo that shows how to animate the header: https://github.com/PedroBern/react-native-collapsible-tab-view/blob/main/example/src/AnimatedHeader.tsx To make the tab bar transparent, you need to make the header's background transparent: Example: ```tsx

If you switch to LTR does it work properly?

The library is not yet compatible with react native web. PRs are welcome.

I'd suggest trying v5 via `react-native-collapsible-tab-view@rc`, perhaps you see an improvement. A video of the frame drop will help. One thing to make sure is that you memoize your tabs...

There's a workaround here that may work: https://github.com/react-navigation/react-navigation/issues/7878#issuecomment-1035927935 Use it like `

I'd suggest trying the v5 release candidate. Things have been rewritten there. See the PR on it for instructions.

Need more info. iOS or Android? A recording of the issue will also help.

Can't seem to reproduce this in either my own apps or in the example app that is part of this library. If you could isolate it that would be great....