expo / expo-asset-utils

Utilities for parsing files references, and Expo Assets.
MIT License
42 stars 7 forks source link

invalid uri scheme assets-library:/// #36

Open t-ricci-enhancers opened 3 years ago

t-ricci-enhancers commented 3 years ago
ExceptionsManager.js:179 Cannot load image Error: Expected URL scheme 'http' or 'https' but was 'assets-library'
t-ricci-enhancers commented 3 years ago

The valid schema for react-native on android should be asset:/ without the s and with a single /

t-ricci-enhancers commented 3 years ago

Oh that's iOS camera roll? Because I'm trying to read an image from the android bundled assets folder

enhancers commented 3 years ago

@EvanBacon Hi! Can you please review the Pull Request #38? thanks

enhancers commented 3 years ago

Something else must be done to allow reading from iOS bundled files as well