Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit fca6033

Browse files
committed
updated README
1 parent c510459 commit fca6033

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
Simple easy to use Masonry ScrollView for React Native that extends the original ScrollView ✨
88

9+
</div>
10+
911
[![Version][version-badge]][package]
1012
[![Downloads][downloads-badge]][npmtrends]
1113

@@ -16,19 +18,6 @@ Simple easy to use Masonry ScrollView for React Native that extends the original
1618
[![Watch on GitHub][github-watch-badge]][github-watch]
1719
[![Twitter Follow][twitter-badge]][twitter]
1820

19-
</div>
20-
21-
<p align="center" >
22-
<kbd>
23-
<img src="./assets/vertical.gif" style="height: 480px" title="Vertical Masonry" float="left">
24-
</kbd>
25-
<kbd>
26-
<img src="./assets/horizontal.gif" style="height: 480px" title="Horizontal Masonry" float="right">
27-
</kbd>
28-
<br>
29-
<em>From the Example App</em>
30-
</p>
31-
3221
## Installation
3322

3423
```sh
@@ -130,6 +119,17 @@ All the existing ScrollView Props are supported by this component since it simpl
130119

131120
The example app is built with expo, you can run the app following the official [expo docs](https://expo.io/learn).
132121

122+
<p align="center" >
123+
<kbd>
124+
<img src="./assets/vertical.gif" style="height: 480px" title="Vertical Masonry" float="left">
125+
</kbd>
126+
<kbd>
127+
<img src="./assets/horizontal.gif" style="height: 480px" title="Horizontal Masonry" float="right">
128+
</kbd>
129+
<br>
130+
<em>From the Example App</em>
131+
</p>
132+
133133
## Licenses
134134

135135
MIT © [DaniAkash][twitter]

0 commit comments

Comments
 (0)