Marco Cesarato
Marco Cesarato
Hi, just using a state and changing it on value prop ``` ```
Hi, this could be ambiguous because it is difficult to detect whether the user wants to delete the value or not.
Hi, could you add an example? Because it doesn't happen to me that the value is restored when erased. Debounce occurs when you frequently update a value so that you...
Hi @ydv0121 , this isn't possibile because the blank space is a space from the last item to the end of the scrollview (not visibile) and if we sobstitute it...
Added on `1.3.8` as experimental feature. I have encountered problems with screen resolutions and image resolution so this feature needs to be refined. Using `placeholder={true}` you will see the default...
I saw some bugs on android, so it need some improvements.
> yes there is also UI glitch. so it's not good idea to show shimmer in white space? Probably the best solution is to use and SVG pattern or find...
Hi, the only way to have dynamic cell height is using `itemHeight` as function [https://marcocesarato.github.io/react-native-big-list-docs/props#required-itemheight](https://marcocesarato.github.io/react-native-big-list-docs/props#required-itemheight). Example: ```js { // Your logic if(index === 10) return 100; return 50; }} />...
Hi, yes it is available and it works like the scrollview prop https://reactnative.dev/docs/scrollview#onscroll https://marcocesarato.github.io/react-native-big-list-docs/props
Hi @haibert, yes as default isn't supported because the logic of the recycle view processor think vertically, yes probably using some styles it can be bypassed. I'll try on next...