react-native-skeleton-placeholder
react-native-skeleton-placeholder copied to clipboard
Delay in showing animation on Android
I do not understand why the skeleton takes a long time to show the animation on Android (it works fine on IOS). Someone else happens ?
Same here. Using release build works a little better.
Animation working fine on Ios, but not working on android
My observation is that on debug mode it performs poorly on old devices. But for release mode it works correctly.
Only android, animated will automatic hide I
Vào 11:14 CH, Th 7, 8 thg 5, 2021 devWaleed @.***> đã viết:
My observation is that on debug mode it performs poorly on old devices. But for release mode it works correctly.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/chramos/react-native-skeleton-placeholder/issues/39#issuecomment-835416285, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRAMORYEAYEK4WUK2DLDATTMVPMVANCNFSM432EIYBQ .l
Any update on this issue? I have created multiple skeletons and when I tested on my OnePlus 7 Pro, it is very laggy while scrolling.
I am using the latest version 4.0.0 and @react-native-masked-view/masked-view version 0.2.4
Any update on this issue? I have created multiple skeletons and when I tested on my OnePlus 7 Pro, it is very laggy while scrolling.
I am using the latest version 4.0.0 and @react-native-masked-view/masked-view version 0.2.4
Same issue here. It is very slow and laggy on android. Works fine on iOS
Version 4.0.0 has an issue with the way it was published and is not actually using @react-native-masked-view/masked-view.
See: https://github.com/chramos/react-native-skeleton-placeholder/issues/41#issuecomment-867420697
A republish should fix this.
Additionally #54 might also help with this. The Example works perfectly on Android with it.
hi guys, i solved it using react-content-loader/native
hi guys, i solved it using react-content-loader/native
Much better library, without glizzes even for Android! Thanks man!