react-native-webp icon indicating copy to clipboard operation
react-native-webp copied to clipboard

Using webp locally crashes

Open Waltari10 opened this issue 8 years ago • 1 comments

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?

Waltari10 avatar Jul 04 '17 14:07 Waltari10

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.

kira1928 avatar Dec 07 '17 06:12 kira1928