-
Notifications
You must be signed in to change notification settings - Fork 7
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
Android, tries to download local files #10
Comments
Could be related |
Related, also can't load file from distant URL:
I always got the following error:
Related lines of my package.json:
Related lines of my app.json:
|
With With So maybe you should upgrade react-native-unimodules |
On android, when I pass a file:// to
AssetUtils.resolveAsync()
, it will try to download the file, even though it's already on the file system. This results in an error as local files can't be downloaded (unexpected url
).My current workaround:
The text was updated successfully, but these errors were encountered: