<Environment /> loading slowly in react-native #1727
Unanswered
jimboboliver
asked this question in
Q&A
Replies: 1 comment
-
How are you able to get environments working in react-native? I'm unable to get any to load... Always returns that .hdr file is undefined. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
three version: 0.158.0
@react-three/fiber version: 8.15.11
@react-three/drei version: 9.88.16
I am finding that my react-native app actually freezes briefly when rendering either or . It is running on a real Samsung Galaxy S21 Ultra. Currently I'm dealing with this by using a fallback component with React.Suspense. I've tried presets and a plain white .hdr (~200kB) and it's still slow to load + UI freezes briefly.
Are there any ways to improve performance in this case?
Beta Was this translation helpful? Give feedback.
All reactions