Amir Hossein Shekari

Results 46 comments of Amir Hossein Shekari

@Skipperlla @tilap I made a fork of the library which only renders 2 next and 2 previous cards. I'll make a PR when I have time. Using this method we...

> > @Skipperlla @tilap I made a fork of the library which only renders 2 next and 2 previous cards. I'll make a PR when I have time. Using this...

One problem I encountered during the development, were related to active index I fixed it by changing the active index to state, instead of shared value. This is naturally going...

Damn, I kinda remember fixing that problem, I’ll share it with you if I remember On Thu, Dec 5, 2024 at 14:47 Temur ***@***.***> wrote: > @Skipperlla Fixed the problem...

I am also developing a chatbot using the component, and need this feature 👍

Is it possible to use [maintainVisibleContentPosition](https://reactnative.dev/docs/next/scrollview#maintainvisiblecontentposition) as a solution?