Axel Delafosse
Axel Delafosse
> I did this with r133 but with r134 three swapped over to the fetch API under the hood which react-native's polyfill doesn't implement correctly (no streaming, blob/array buffer support)....
Thank you Cody! It's working well on iOS 💯 We are experiencing some issues on Android tho, it looks like `expo-gl` crashes. I also tried with your example app but...
Here is the crash report: ``` *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'OnePlus/OnePlus9_EEA/OnePlus9:11/RKQ1.201105.002/2106092118:user/release-keys' Revision: '0' ABI: 'arm64' Timestamp:...
And this is the crash report when running from Expo Go (same error): ``` backtrace: NOTE: Function names and BuildId information is missing for some frames due NOTE: to unreadable...
``` "expo-gl": "~11.0.3", "expo-gl-cpp": "~11.0.1", ``` Why are you pinning `expo-gl` and why are you adding `expo-gl-cpp` manually? Edit: using the same `expo-gl` version as r3f fixes this issue.
Thanks for the quick turnaround! Unfortunately it gives the same error as before. The solution looks correct but I don't think this works as expected: ``` expo-gl@^11.0.3, expo-gl@^11.1.1: version "11.1.1"...
Yeah sure :) Here it is: https://github.com/pmndrs/react-three-fiber/issues/2013
It's a single `.glb` file indeed. Can you send me an email at [email protected] please? Tried to reach out via your email address on GitHub but "The email account that...
Hey guys! Any news on this?
Can repro in the Showtime app too. Always on top of all the issues @hirbod haha -- thank you!