wcandillon / react-native-expo-image-cache

React Native Image Cache and Progressive Loading based on Expo
MIT License
672 stars 125 forks source link

Does this library support headers? #134

Open iuliuvisovan opened 4 years ago

iuliuvisovan commented 4 years ago

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 commented 4 years ago

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