Skip to content

Commit

Permalink
docs: Make example not reference styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Jul 5, 2019
1 parent 41de1fd commit 6d8c444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 6d8c444

Please sign in to comment.