Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Outlines in React Native #2043

Closed
AidenCohen31 opened this issue Jul 23, 2024 · 1 comment · Fixed by #2048
Closed

Using Outlines in React Native #2043

AidenCohen31 opened this issue Jul 23, 2024 · 1 comment · Fixed by #2048
Labels
bug Something isn't working released

Comments

@AidenCohen31
Copy link

  • three version: 0.165.0
  • @react-three/fiber version: 8.16.8
  • @react-three/drei version: 9.109.1
  • node version:
  • npm (or yarn) 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.

Copy link

🎉 This issue has been resolved in version 9.109.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant