Skip to content

Commit 503d24c

Browse files
committed
Add keywords
1 parent febe871 commit 503d24c

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Customizable and performant React Native scroll bar component for quickly scrolling through large lists (based on FlatList)
44

5-
# Demo
5+
## Demo
66

77
![Demo gif](https://github.com/farshed/react-native-quick-scroll/blob/master/demo/rec.gif?raw=true)
88

9-
# Installation
9+
## Installation
1010

1111
Install with npm
1212

@@ -19,7 +19,7 @@ Or install with Yarn
1919
yarn add react-native-quick-scroll
2020
```
2121

22-
# Usage
22+
## Usage
2323

2424
```js
2525
import QuickScrollList from 'react-native-quick-scroll';
@@ -35,7 +35,7 @@ import QuickScrollList from 'react-native-quick-scroll';
3535
/>
3636
```
3737

38-
# Props
38+
## Props
3939

4040
Inherits all valid [FlatList props](https://facebook.github.io/react-native/docs/flatlist#props), except `ref` and `showsVerticalScrollIndicator`. Also accepts the following props:
4141

@@ -54,7 +54,7 @@ Inherits all valid [FlatList props](https://facebook.github.io/react-native/docs
5454
| `hiddenPosition` | `number` | `ScreenWidth + 15` | The off-screen position where the scroll bar thumb moves to after `flashOutDuration` | No |
5555

5656

57-
# Todo (PRs welcome!)
57+
## Todo (PRs welcome!)
5858
- [x] Add native driver support
5959
- [ ] Implement with [react-native-interactable](https://github.com/wix/react-native-interactable) for better performance
6060
- [ ] Rewrite with TypeScript

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/farshed/react-native-quick-scroll.git"
11-
}
11+
},
12+
"keywords": [
13+
"react-native",
14+
"fast-scroll",
15+
"flatlist",
16+
"custom",
17+
"scrollbar",
18+
"quick-scroll"
19+
]
1220
}

0 commit comments

Comments
 (0)