Skip to content

Commit a3f1737

Browse files
Replace GIF with better image + video
1 parent 49875fc commit a3f1737

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
- Typesafe
88
- Endless scrolling
99
- Performant
10-
- Great react-native-web support
11-
12-
Older demo of this library.
13-
<img src="https://user-images.githubusercontent.com/6492229/90681177-4970f280-e263-11ea-8257-6810c5166f92.gif"/>
10+
- Great React Native Web support
1411

12+
Older demo of this library.
13+
[![IMAGE ALT TEXT HERE](https://user-images.githubusercontent.com/6492229/98866767-bd3f2780-246d-11eb-890e-3491b47c95c5.gif)](https://www.youtube.com/watch?v=SHhQU2doTug)
14+
GIF above is sluggish, click on the image to view video in better frame rate. (https://www.youtube.com/watch?v=SHhQU2doTug)
1515
## Getting started
1616

17-
Yarn
17+
Yarn
1818
```
1919
yarn add react-native-paper-dates
2020
```
2121

22-
npm
22+
npm
2323
```
2424
npm install react-native-paper-dates --save
2525
```
2626

2727
### Web
28-
If you use react-native-web and want to use this library you'll need to install react-window.
28+
If you use react-native-web and want to use this library you'll need to install react-window.
2929

3030
Yarn
3131
```

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"typescript": "tsc --noEmit",
2525
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2626
"build": "bob build",
27+
"prepare": "bob build",
2728
"release": "dotenv release-it --",
2829
"example": "yarn --cwd example",
2930
"pods": "cd example && pod-install --quiet",

0 commit comments

Comments
 (0)