-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carousel renderItem is getting called multiple times #787
Comments
I had the same problem, but it only happened from card 1 to 5 |
I think this will make performance problem.. but it fix the problem |
It is still the same. it is causing performance issue as render methods called multiple times. |
Same problem +1 |
@bd-arc Is version 3 still being supported? We're experiencing this issue after upgrading React Native to latest version (currently 0.63.4) |
@Gustavo-Kuze Unfortunately, I no longer have time to maintain the plugin and am progressively moving away from development. In fact, I've been looking for maintainers for more than a year now. However, I worked on version 4 last year and it's a huge improvement in many aspects. I recommend that you check the beta version and post any feedback there: #678 |
Same issue as @MohitGoel9456. Rendering each item in my array list 2 - 3 times. |
doesn't react call render twice in strict mode? |
carousel component render item method gets called multiple times even though the data passed to carousel has only 3 items in the array list.
ScreenShot of the logs -->
Here is the sample code
The text was updated successfully, but these errors were encountered: