-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 889 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 889 Bytes
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
{
"name": "@yellowtree/react-native-keyboard-aware-scrollview",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/yellowtree/react-native-keyboard-aware-scrollview.git"
},
"version": "2.0.3",
"description": "React Native Keyboard Aware ScrollView - auto adjust content ScrollView",
"nativePackage": true,
"bugs": {
"url": "https://github.com/yellowtree/react-native-keyboard-aware-scrollview/issues"
},
"homepage": "https://github.com/yellowtree/react-native-keyboard-aware-scrollview.git",
"main": "index.ts",
"author": "Artal Druk <artald@wix.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=0.16.8",
"react-native": ">=0.59.0"
},
"devDependencies": {
"@types/react": "19.0.0",
"@types/react-native": "*",
"typescript": "^5.8.3"
}
}