expo-2d-context
expo-2d-context copied to clipboard
Does not work as expected with three/fiber
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.