Render model with root url as a file system path (React native)

Hi. Currently i’m storing models and animations on a separate server, and using HTTPS to load it to the scene. But since the model size was quite large, the loading time on app cold boot for downloading model is taking much time. I have research some topics on the forum but none of them work with the file system path (download + save local path from react-native-fs). Is there any way I can achieve that?

Thanks.

cc @Cedric

There is a known issue on Android with release build. There are also a number of workaround and different ways to circumvent the loading issue:

An easy one is to use base64 encoded strings.
No ETA yet for a fix.