react-native-webp
react-native-webp copied to clipboard
Using webp locally crashes
Hey,
Webp images are loaded from the internet with an uri no problem, but requiring them locally gives me an error.
<Critical>: "{"type":InternalError","message":"react-packager has encountered an internal error, please check your terminal error output for more details"}
Unfortunately "react-native log-ios" command merely shows the same error there.
<Image
source={require('../../assets/icon.webp')}
/>
Any idea?
Hi @Waltari10
Could you show more error message? It looks like this issue, but I'm not sure unless I can see the full error log.