Update README.md

This commit is contained in:
Dylan Vann 2018-04-26 22:59:11 -04:00 committed by GitHub
parent f31e8d6a3e
commit 3fb8bb9030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -66,6 +66,13 @@ const YourImage = () =>
/>
```
## Other Linking Methods
- [Manual](docs/installation-manual.md) (might be needed if something went wrong with `react-native link`)
- [CocoaPods (iOS)](docs/installation-cocoapods.md) (you may wish to use this if you are already using CocoaPods)
## Proguard
If you use Proguard you will need to add these lines to `android/app/proguard-rules.pro`:
```
@ -73,11 +80,6 @@ If you use Proguard you will need to add these lines to `android/app/proguard-ru
-keep public class com.dylanvann.fastimage.** {*;}
```
## Other Linking Methods
- [Manual](docs/installation-manual.md) (might be needed if something went wrong with `react-native link`)
- [CocoaPods (iOS)](docs/installation-cocoapods.md) (you may wish to use this if you are already using CocoaPods)
## Properties
### `source?: object`