Open PiTiLeZarD opened 11 months ago
Not entirely sure but it might be due to this: https://github.com/marcocesarato/react-native-big-list/blob/master/lib/BigListSection.jsx#L55 picking the style from the child, and still using the child as is. It works if I wrap my header in a View without styles, not ideal but it'll do for now ;)
Hey all. First, thanks for this lib, filtering 6k rows with RN section list was impossibly slow and now it's usable ;)
I'm using the sections version of BigList and for some reason, my styles are being doubled:
This renders like that:
I dug around a little and I can't figure out why. The same styles were applied in ReactNative SectionList headers and was working fine.
Also side question: any way to have the main header sticky instead of each sections?
Cheers