Andrei Alecu
Andrei Alecu
Please share some relevant code.
@sankar9659 I'd suggest adding this to the example app in https://github.com/PedroBern/react-native-collapsible-tab-view/tree/main/example so that we can see a repro. Also, PRs with fixes are welcome.
Out of the box, most likely it's not compatible. However, if you really need support you might be able to fork and add it yourself. `Tabs.ScrollView` is just a wrapper...
With the upcoming migration to Fabric in the RN world, I think `recyclerlistview` might soon be deprecated (or at least will need a full rewrite) That being said, it might...
Closing this since it seems it was caused by excessive re-renders and not a library issue.
Alright, PRs welcome. The code for `Tabs.FlatList` is pretty simple: https://github.com/PedroBern/react-native-collapsible-tab-view/blob/main/src/FlatList.tsx feel free to dig into it and see if you can find the reason.
The opacity fade in is by design, because otherwise the scroll position would zap around in certain cases, so the fading is added to obscure that. The header shouldn't flash...
I just discovered Betterer and almost had to abandon it because of this issue, but I found a workaround. I installed `@betterer/cli` and `@betterer/typescript` into the root of the monorepo...
Here's how the Prettier extension does it: https://github.com/prettier/prettier-vscode/blob/main/src/ModuleResolver.ts
Had a similar issue and found a workaround: https://github.com/phenomnomnominal/betterer/issues/1034#issuecomment-1441698810