expo-2d-context icon indicating copy to clipboard operation
expo-2d-context copied to clipboard

Does not work as expected with three/fiber

Open yunusyuksel opened this issue 1 year ago • 0 comments

The package does not work with three/fiber.

Threejs has autoClear as true which means it clears the view after each render.

If its rendered with useFrame of threejs, I get RangeError: Maximum call stack size exceeded.

image

yunusyuksel avatar Nov 17 '23 14:11 yunusyuksel