✨ 11/24/2023 - **I've finally managed to get VRMs loaded on android. Working on a new demo here! ** ✨
A demo app that demonstrates how vrm models can be loaded in React Native. This is basically a test run before implementing into a larger project.
expo-document-picker can be used for loading models on mobile (as well as web). May add this to the demo later. Currently, models are added by drag/drop
Runs great with no issues - as expected.
Will receive app breaking errors without manually patching React Native. After patching, there will be issues with loading the model (blob). I have listed some possible fixes below.
- Changes to RN itself #36332
- I think react-native-blob-jsi-helper is needed but doesn't seem to work with RN 0.71+: possible fix
I don't own a Mac so I am unable to test.