-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "react-native-smart-scroll-view",
"version": "1.3.7",
"description": "Handles keyboard events and auto adjusts content to be visible above keyboard on focus. Further scrolling features available.",
"main": "SmartScrollView.js",
"scripts": {
"test": "LOL TESTS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrans/react-native-smart-scroll-view.git"
},
"keywords": [
"smart",
"scroll",
"ScrollView",
"react",
"react-native",
"keyboard",
"TextInput",
"react-component",
"component",
"smart-scroll-view",
"view",
"scrolling",
"ios"
],
"author": "nikhilaravi, jrans",
"license": "ISC",
"bugs": {
"url": "https://github.com/jrans/react-native-smart-scroll-view/issues"
},
"homepage": "https://github.com/jrans/react-native-smart-scroll-view#readme"
}