@ -66,7 +66,7 @@ import FastImage from 'react-native-fast-image'
const YourImage = () => (
<FastImage
style={styles.image}
style={{ width: 200, height: 200 }}
source={{
uri: 'https://unsplash.it/400/400?image=1',
headers: { Authorization: 'someAuthToken' },