What feature or enhancement are you suggesting?
This would be ideal for cases when you want to preserve caching behavior and use the image elsewhere. For example using images in react-native-skia usually means going through their loading mechanism, being able to pass the cache path in allows us to reuse the existing cache (or combine it with prefetch to cache it in the first place) and still render it in skia canvas.
What I'm aiming to do with this: Shopify/react-native-skia#1941 (comment)
Would this be complex to add?
Also recyclingKey for use in legend-list 🙏
What Platforms whould this feature/enhancement affect?
Android, iOS
Alternatives/Workarounds
Don't think so
What feature or enhancement are you suggesting?
This would be ideal for cases when you want to preserve caching behavior and use the image elsewhere. For example using images in
react-native-skiausually means going through their loading mechanism, being able to pass the cache path in allows us to reuse the existing cache (or combine it with prefetch to cache it in the first place) and still render it in skia canvas.What I'm aiming to do with this: Shopify/react-native-skia#1941 (comment)
Would this be complex to add?
Also
recyclingKeyfor use in legend-list 🙏What Platforms whould this feature/enhancement affect?
Android, iOS
Alternatives/Workarounds
Don't think so