Skip to content

Commit fad3bbc

Browse files
authored
Crate docs
1 parent 7e99dc8 commit fad3bbc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# React native flatlist view
2+
3+
## Installation
4+
5+
```sh
6+
npm install flatlist-view-control-rn
7+
```
8+
9+
## Usage
10+
11+
```js
12+
import {RefreshListView} from "flatlist-view-control-rn";
13+
14+
// ...
15+
16+
17+
```
18+
19+
20+
21+
## License
22+
23+
MIT

0 commit comments

Comments
 (0)