Specifying favicon.ico on <Image> does not work on Android device

Please provide the following:

  1. SDK Version: 40.0.0
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

While coding as below:

<Image style={{ width: 48, height: 48 }} source={{ url: favUrl }} onError={favError} onLoad={favOK} />

with favUrl http://www.google.com/favicon.ico and console.log output for onError and onLoad,
onLoad callback is called on both Android and iOS, but only iOS shows the favicon.ico Image,
where as Android does not show any image. Googled a bit but with no luck…

Thanks,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.