We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37408cd commit b07eafeCopy full SHA for b07eafe
1 file changed
README.md
@@ -19,10 +19,18 @@ Performant React Native image component.
19
20
<p align="center" >
21
<kbd>
22
- <img src="https://github.com/DylanVann/react-native-fast-image/raw/master/docs/assets/scroll.gif" title="Scroll Demo" float="left">
+ <img
23
+ src="https://github.com/DylanVann/react-native-fast-image/blob/main/docs/assets/scroll.gif?raw=true"
24
+ title="Scroll Demo"
25
+ float="left"
26
+ >
27
</kbd>
28
- <img src="https://github.com/DylanVann/react-native-fast-image/raw/master/docs/assets/priority.gif" title="Priority Demo" float="left">
29
30
+ src="https://github.com/DylanVann/react-native-fast-image/blob/main/docs/assets/priority.gif?raw=true"
31
+ title="Priority Demo"
32
33
34
35
<br>
36
<em>FastImage example app.</em>
0 commit comments