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
I noticed on iOS network resource caching is working which is expected, but on android we don't have any cache layer control even though we are using Volley which provides response caching (maybe right now it works only if headers are provided?)
While implementing Rive in React Native it felt as the package also supports caching out of the box, which is not the case right now while other platform SDKs do provide it. I feel we should mention this somewhere in documentation (maybe a small note in Loading in Rive files section) for React Native implementation.
Description
I noticed on iOS network resource caching is working which is expected, but on android we don't have any cache layer control even though we are using Volley which provides response caching (maybe right now it works only if headers are provided?)
While implementing Rive in React Native it felt as the package also supports caching out of the box, which is not the case right now while other platform SDKs do provide it. I feel we should mention this somewhere in documentation (maybe a small note in
Loading in Rive files
section) for React Native implementation.Provide a Repro
Source
.riv
/.rev
file.riv
Expected behavior
I expected the animation file to be cached across app launches on both platforms android as well as ios
The text was updated successfully, but these errors were encountered: