Skip to content

Commit 1e58fe3

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

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 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",
@@ -13,20 +13,19 @@
1313
"type": "git",
1414
"url": "git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
1515
},
16+
"harmony": {
17+
"alias": "react-native-keyboard-aware-scroll-view"
18+
},
1619
"tags": [
1720
"react",
1821
"react-native",
19-
"react-component",
20-
"ios",
21-
"android"
22+
"react-component"
2223
],
2324
"keywords": [
2425
"react",
2526
"react-native",
2627
"scrollview",
2728
"keyboard",
28-
"ios",
29-
"android",
3029
"react-component"
3130
],
3231
"author": "Alvaro Medina Ballester <me@alvaromb.com>",

0 commit comments

Comments
 (0)