GeekyAnts / NativeBase

Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
https://nativebase.io/
MIT License
20.16k stars 2.39k forks source link

Image does not send Headers correctly #5609

Open NilsBaumgartner1994 opened 1 year ago

NilsBaumgartner1994 commented 1 year ago

Description

Image tag not sending header tags

CodeSandbox/Snack link

none

Steps to reproduce

<Image source={source} headers={
        {
          Authorization: `Bearer ${auth_access_token}`
        }
      } alt={props?.alt || "Image"} style={props.style}
/>

NativeBase Version

3.4.25

Platform

Other Platform

web

Additional Information

No response

ruchik02 commented 1 year ago

Thanks for reporting. We will look into this

ruchik02 commented 1 year ago

Hey @NilsBaumgartner1994, can you send your code link