You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using this library along with rendering video component, but the renderItem method is called multiple times, even the items in the data is no more than 4. the issue is similar to this and I moved to this library to overcome, but in this library I'm also getting this issue.
I am using horizontal-stack, to display Item, and due to this behavior I'm facing too much flickering and lag in android.
To Reproduce
Steps to reproduce the behavior:
Install this library and react-native-video library.
Create a class based component, add 3-4 items in the data.
Make Carousel a child of scrollview/
See error
Expected behavior
RenderItem only about the number of data times, and JSFrame at 60fps when nested inside scrollview
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
react: v17.0.2
react-native: v0.67.3
react-native-reanimated: v2.2.4
react-native-reanimated-carousel: 2.3.4
react-native-gesture-handler: v1.10.3
Smartphone (please complete the following information):
Device: Moto One Macro
OS: Android 10
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using this library along with rendering video component, but the renderItem method is called multiple times, even the items in the data is no more than 4. the issue is similar to this and I moved to this library to overcome, but in this library I'm also getting this issue.
I am using horizontal-stack, to display Item, and due to this behavior I'm facing too much flickering and lag in android.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
RenderItem only about the number of data times, and JSFrame at 60fps when nested inside scrollview
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: