docs: Make example not reference styles.

This commit is contained in:
Dylan Vann 2019-07-05 00:00:47 -04:00
parent 41de1fdc6d
commit 6d8c44442c
1 changed files with 1 additions and 1 deletions

View File

@ -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' },