-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benefits of using this against just the <Image> component #5
Comments
@Naoto-Ida thank you for bringing this up - I was having problems with |
Thanks for the info. I'm kinda wondering how the performance benefits are with this caching. |
does anyone have a code sample of the use the preload method? |
Looks like react native can now do it on its own: |
@axe312ger : As I can see, RN (at least latest tagged v0.36.0-rc.1 for iOS) do not deal with disk cache, it uses simple Or I am wrong? In any case, personally I will use this component as a base for our application. |
Doesn't the Image component have a caching mechanism?
I'm interested in boosting my app's performance, wondering if anybody had some insight into
this form of caching.
The text was updated successfully, but these errors were encountered: