-
Notifications
You must be signed in to change notification settings - Fork 790
Closed
Labels
Description
threeversion: 0.165.0@react-three/fiberversion: 8.16.8@react-three/dreiversion: 9.109.1nodeversion:npm(oryarn) version:
Problem description:
On React Native v0.74.3, using the Outlines component gives the error: Exception in HostFunction: Value is false, expected a number, js engine: hermes. Looking at the stack trace, it looks like the error is thrown because the screenspace uniform is expecting a float? Changing the shader to accept a boolean fixes the issue. Cannot replicate this issue on web.
Reactions are currently unavailable