Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this library support headers? #134

Open
iuliuvisovan opened this issue Nov 11, 2019 · 1 comment
Open

Does this library support headers? #134

iuliuvisovan opened this issue Nov 11, 2019 · 1 comment

Comments

@iuliuvisovan
Copy link

The base React Native element allows to pass headers alongside the uri when specifying an image source:

<Image source={{ uri: myUri, headers: myHeaders }} />

Does this library support this in any way?

@Giancarlo-Pigati
Copy link

I believe it does. You can pass headers like so:
<Image uri={uri} options={{headers: myHeaders}} />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants