mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
Add note about Proguard.
This commit is contained in:
parent
d2b5457bae
commit
f31e8d6a3e
@ -66,6 +66,13 @@ const YourImage = () =>
|
|||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you use Proguard you will need to add these lines to `android/app/proguard-rules.pro`:
|
||||||
|
|
||||||
|
```
|
||||||
|
-keep public class com.dylanvann.fastimage.* {*;}
|
||||||
|
-keep public class com.dylanvann.fastimage.** {*;}
|
||||||
|
```
|
||||||
|
|
||||||
## Other Linking Methods
|
## Other Linking Methods
|
||||||
|
|
||||||
- [Manual](docs/installation-manual.md) (might be needed if something went wrong with `react-native link`)
|
- [Manual](docs/installation-manual.md) (might be needed if something went wrong with `react-native link`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user