Skip to content

Commit 52104f1

Browse files
committed
fix:修改package.json中的name为@react-native-oh-tpl/react-native-keyboard-aware-scroll-view、删除ios、android字段
1 parent 4ca60a0 commit 52104f1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-keyboard-aware-scroll-view",
2+
"name": "@react-native-oh-tpl/react-native-keyboard-aware-scroll-view",
33
"version": "0.9.5-0.0.3",
44
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
55
"main": "index.js",
@@ -16,17 +16,13 @@
1616
"tags": [
1717
"react",
1818
"react-native",
19-
"react-component",
20-
"ios",
21-
"android"
19+
"react-component"
2220
],
2321
"keywords": [
2422
"react",
2523
"react-native",
2624
"scrollview",
2725
"keyboard",
28-
"ios",
29-
"android",
3026
"react-component"
3127
],
3228
"author": "Alvaro Medina Ballester <me@alvaromb.com>",

0 commit comments

Comments
 (0)