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
When i try to render a list of skeleton views it is very slow and bad for ux
I think thr issue is from using linear gradient which is being rendered natively
Si, rendering too much skeletons become impossible to being handled
Try to use RN reanimated instead
Expected Behavior
List of skeletons should be not that slow
Steps To Reproduce
1- create a skeleton view
2- try to render more than 5 and notice the performance issues
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
When i try to render a list of skeleton views it is very slow and bad for ux
I think thr issue is from using linear gradient which is being rendered natively
Si, rendering too much skeletons become impossible to being handled
Try to use RN reanimated instead
Expected Behavior
List of skeletons should be not that slow
Steps To Reproduce
1- create a skeleton view
2- try to render more than 5 and notice the performance issues
Versions
Screenshots
Not provided
Reproduction
Try to create list of skeleton MotiViews
The text was updated successfully, but these errors were encountered: