Marco Cesarato

Results 34 comments of Marco Cesarato

Hi, this happens when the styles are merged and the prop is read only. I've made some changes to the merge style feature and it should now work fine. Let...

Hi, have you tried to use the [keyExtractor ](https://marcocesarato.github.io/react-native-big-list-docs/props#keyextractor) prop?

This is a view of the recycle list, so all elements of the items are recycled, the only way to update their states is the prop keyExtractor. Trying to use...

> `contentContainerStyle` is also affecting `renderHeader`, would be the same thing as just wrapping BigList in a View. So, it's not working only in the content. Yes, it's normal isn't...

> I mean, would be cool to have separate styling option as props, one for the `renderHeader` and another for the `renderItem` list which already is the `contentContainerStyle`. I think...

Hi @zchwyng , added at the moment and I need to do some tests before release it. Probably on next days after some tests I will release it. On the...

Added on `1.3.8` as experimental feature. Let me know if you have any problems if you find a problem report what it returns and what it should return.

Hi @zchwyng > I've done some initial testing on iOS, and am having an issue where handleViewableItemsChanged doesn't trigger for the first item in the list. (I'm having a header...

Hi, this should be solved on last release. Anyway you can have slashes only on the owner. (Check here [https://regex101.com/r/9SUzv6/1](https://regex101.com/r/9SUzv6/1) ) At the moment isn't possibile insert a custom regex...

Hi, to check it I need to know the repository URL format to check how the regular expression works when parsing.