-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-smooth-scroll",
"version": "1.0.2",
"description": "react-native-smooth-scroll is a React Native library that enhances scrolling experiences by providing smooth, frictionless, and customizable scrolling for lists and views. It improves performance and usability, ensuring seamless gestures and animations for a more native feel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
},
"keywords": [
"react-native",
"smooth-scroll",
"scroll-animation",
"gesture-handler",
"scroll-view",
"flatlist",
"virtualized-list",
"scroll-performance",
"elastic-scroll",
"scroll-to-top",
"parallax-scroll",
"momentum-scroll",
"auto-scroll",
"scroll-events",
"friction-scroll"
],
"author": "Babar Bilal",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"repository": {
"type": "git",
"url": "https://github.com/babarbilal56/react-native-smooth-scroll.git"
},
"bugs": {
"url": "https://github.com/babarbilal56/react-native-smooth-scroll/issues"
},
"homepage": "https://github.com/babarbilal56/react-native-smooth-scroll#readme"
}