mm it looks like useAnimatedRef internally uses findNodeHandle which is known as one of the slowest functions in React (internally it’s calling findCurrentFiberUsingSlowPath). i wonder if that could be causing perf problems when useAnimatedRef is used a lot
November 17, 2024 at 2:37 AM
mm it looks like useAnimatedRef internally uses findNodeHandle which is known as one of the slowest functions in React (internally it’s calling findCurrentFiberUsingSlowPath). i wonder if that could be causing perf problems when useAnimatedRef is used a lot