You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue when trying to use @react-three/fiber in a React Native project created without Expo (using Create React Native App, CRA). The library seems to have a dependency on Expo-specific packages like expo-gl, which makes it difficult to use in a non-Expo environment.
Steps to Reproduce
Create a new React Native project using npx react-native init MyApp.
Install @react-three/fiber using yarn add @react-three/fiber three.
Attempt to use the library in the project.
The text was updated successfully, but these errors were encountered:
Is there a comparable package to expo-gl that lets you use webgl inside a react-native project?
No, but I have registered react-native-angle for future work on this. It's possible to fork expo-gl and drop expo and deprecated AR features; just that is still tied to OpenGL and will grow divergent with browsers. There's not a maintained Node.js port either.
Hello,
I am facing an issue when trying to use @react-three/fiber in a React Native project created without Expo (using Create React Native App, CRA). The library seems to have a dependency on Expo-specific packages like expo-gl, which makes it difficult to use in a non-Expo environment.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: