react-native link now targets react-native-fast-image (#264)

This commit is contained in:
Michael Lefkowitz 2018-08-22 23:36:10 -05:00 committed by Dylan Vann
parent 327205c0dc
commit 22541243d9
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ and
yarn add react-native-fast-image
# Automatic linking. (other linking methods listed below)
react-native link
react-native link react-native-fast-image
```
```jsx