mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 03:38:16 +00:00
Update README.md
This commit is contained in:
parent
f31e8d6a3e
commit
3fb8bb9030
12
README.md
12
README.md
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user