Skip to content
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

fix(android): disable caching on local asset files #4304

Merged

Conversation

freeboub
Copy link
Collaborator

Summary

Disable caching on android local files

Motivation

fix: #4243

Changes

add a flag indicating we are streaming a local asset file and disable caching in that case (which doesn't make sens)

Test plan

can be tested in sample expo app. I add a script to build in release mode in the same time

Copy link
Member

@KrzysztofMoch KrzysztofMoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KrzysztofMoch KrzysztofMoch merged commit 63c592f into TheWidlarzGroup:master Dec 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Android Cache fails on Loaded Resource
2 participants