React Native Issues #77
Unanswered
matthewcarlreetz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, not sure about your setup, but did you have any luck using react-three-fiber in react-native? Might be the way to go. We also offer a react-three-fiber export. https://docs.pmnd.rs/react-three-fiber/getting-started/installation#react-native |
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.
-
When building for React Native I run into quite a few issues, some I have been able to resolve, but now I'm stuck. I looked through the closed issues and it seems React Native is supported. Is there a guide or example somewhere?
Here's the steps I've taken...
First I needed to add
react-native-canvas
andreact-native-fs
to the project.Then I polyfilled window and navigator
I modified the code to use
Canvas
Now I'm getting
and
It seems I'm going down a rabbit hole. Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions