You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone implemented local rive assets preloading? I'm facing an issue where the rive asset is not loaded and cached until it has been ran one time, which causes a minor glitch (see video).
Essentially I just want to preload/cache the rive assets when the app starts - or for more granularity when the user visits a specific route.
I'm using Expo with the expo-custom-assets plugin to load the rive assets.
Sorry if this has already been asked/answered, I couldn't find anything when looking through the issues.
CleanShot.2024-07-22.at.11.47.09.mp4
The text was updated successfully, but these errors were encountered:
I found workaround, for preloading asset for Rive I make a mount at App.tsx level of the desired animation for some seconds (In my case I remove the animation when bootsplash closes).
If you've found a more elegant way to solve this problem, I'd be happy to see it here)
Hi there!
Has anyone implemented local rive assets preloading? I'm facing an issue where the rive asset is not loaded and cached until it has been ran one time, which causes a minor glitch (see video).
Essentially I just want to preload/cache the rive assets when the app starts - or for more granularity when the user visits a specific route.
I'm using Expo with the expo-custom-assets plugin to load the rive assets.
Sorry if this has already been asked/answered, I couldn't find anything when looking through the issues.
CleanShot.2024-07-22.at.11.47.09.mp4
The text was updated successfully, but these errors were encountered: