-
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
Error when resolveAsync from remote url #18
Comments
I was bitten by this in expo-pixi, see bug report above. Also seems to be the same bug as #10, but maybe that one is more complicated. It seems to me as if expo-asset-utils fails to set |
@linus any success here? Thank you |
any luck on this? i am seeing same issue. |
With With So maybe you should upgrade react-native-unimodules |
I'm trying to resolve an image from url.
I called AssetUtils.resolveAsync('https://upload.wikimedia.org/wikipedia/en/1/17/Batman-BenAffleck.jpg') and this error throw:
[Unhandled promise rejection: Error: Expected URL scheme 'http' or 'https' but was 'file']
The text was updated successfully, but these errors were encountered: