Tomas Mozeris
Tomas Mozeris
@TheFrostage you could use this package https://github.com/ds300/patch-package and patch till fix will be included
I'm using it to show placeholders in list till `onItemLayout` is fired. if it is unwanted change we could improve readme, that it works only with `forceNonDeterministicRendering`, currently it states:...
Hey, We ended up combining: - [``](https://github.com/Flipkart/recyclerlistview) for the list - [``](https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/SwipeRow.md) for giving list item swipe interaction It gave decent performance for low end devices
Same issue here. I will try to lower down `grpc` version and build from source No luck with `[email protected]`
https://github.com/yasaricli/react-native-dots-pagination Does decent job on X slides in carousel. Using `onProgressChange` can detect then slide is already 50%+ past scroll to change the index of dot
> @dohooo May I please have a response? Is it possible for you to expose the current index, so that one could build a Dot Navigation component oneself? https://github.com/dohooo/react-native-reanimated-carousel/blob/29425ee93a629e1b2dd2ab54470e885577c0cd8f/src/types.ts#L195C3-L195C19
> @tomasmozeris Could you show how you connected these two components? .... I'm doing the same thing, are you testing in production mode?