Blank/white screen with react-three-fiber, iOS, and React Native #3064
Unanswered
AndrewRayCode
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Have you tested on device? Unfortunately OpenGL doesn't render on XCode emulator with |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same problem with example project above, and with my test project - blank screen instead of the Canvas. Both in Simulator and on the device. Anyone was able to resolve this?
|
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
-
Example project: https://github.com/AndrewRayCode/expo-react-native-test
To run, run the iOS simulator, then:
My
App.js
:This renders a blank screen. Doesn't matter if I remove
<View>
and/or<Text>
, no scene renders, just a white screen:This is after following the instructions on https://docs.pmnd.rs/react-three-fiber/getting-started/installation#react-native
I also get one of the same warnings (shown in the screenshot) as #2823
Beta Was this translation helpful? Give feedback.
All reactions