Replies: 2 comments 2 replies
-
that would be beautiful. i think you have to look if expo-gl supports desktop of if there are alternatives because that's the part that makes three run in openGLES. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You might be able to solve your problem by converting your app into a progressive web app (PWA). It allows you to "install" your web app onto a device and use local storage, caching and other hardware features powered via a Chromium-based browser! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to build a desktop app that includes 3D views and investigating React Native for Desktops. I know it supports React Native, but not sure for React Native for Windows and macOS. I've tried to use R3F with React Native for macOS, but it seems not working, and I cannot find any documentation or example of using R3F or Three.js in React Native for Desktop. Does anyone know if it's possible? If so, how can I apply it?
Beta Was this translation helpful? Give feedback.
All reactions