Replies: 1 comment
-
@azimgd wondering if you have workedaround this somehow ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to find a way to control the shadow node initialization phase manually. This would allow me to render components asynchronously using Fabric.
This example causes the app to hang for about ~6 seconds while nodes are created and measured, regardless if I prevent them from laying out on Obj-C side:
What I want to do:
Context: I'm exploring ways to create virtualization on the native side here: https://github.com/azimgd/shadowlist
So far, I've managed to get 60fps scrolling and lower memory use. But I'm having issues with a long fcp times.
Beta Was this translation helpful? Give feedback.
All reactions