Skip to content

Commit 92fa776

Browse files
author
alvaromb
committed
v0.3.0
1 parent 9973a7e commit 92fa776

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

jsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"allowSyntheticDefaultImports": true
5+
},
6+
"exclude": [
7+
"node_modules"
8+
]
9+
}

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyboard-aware-scroll-view",
3-
"version": "0.2.9",
3+
"version": "0.3.0",
44
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -13,13 +13,7 @@
1313
"type": "git",
1414
"url": "git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
1515
},
16-
"tags": [
17-
"react",
18-
"react-native",
19-
"react-component",
20-
"ios",
21-
"android"
22-
],
16+
"tags": ["react", "react-native", "react-component", "ios", "android"],
2317
"keywords": [
2418
"react",
2519
"react-native",

0 commit comments

Comments
 (0)