@react-native-ohos/react-native-safe-area-context 5.1.1 → 5.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.OpenSource +2 -2
- package/README.md +1 -1
- package/harmony/safe_area/oh-package.json5 +1 -1
- package/harmony/safe_area.har +0 -0
- package/package.json +12 -10
package/README.OpenSource
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"Name": "react-native-safe-area-context",
|
|
4
4
|
"License": "MIT License",
|
|
5
5
|
"License File": "LICENSE",
|
|
6
|
-
"Version Number": "5.
|
|
6
|
+
"Version Number": "5.6.2",
|
|
7
7
|
"Owner" : "xiafeng@huawei.com",
|
|
8
|
-
"Upstream URL": "https://github.com/
|
|
8
|
+
"Upstream URL": "https://github.com/AppAndFlow/react-native-safe-area-context",
|
|
9
9
|
"Description": "A flexible way to handle safe area insets in JS. Also works on Android and Web!"
|
|
10
10
|
}
|
|
11
11
|
]
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# @react-native-ohos/react-native-safe-area-context
|
|
2
|
-
This project is based on [react-native-safe-area-context@v5.
|
|
2
|
+
This project is based on [react-native-safe-area-context@v5.6.2](https://github.com/AppAndFlow/react-native-safe-area-context/tree/v5.6.2)
|
|
3
3
|
|
|
4
4
|
## Documentation
|
|
5
5
|
[中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-safe-area-context.md)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"name": "@react-native-ohos/react-native-safe-area-context",
|
|
7
7
|
"description": "Please describe the basic information.",
|
|
8
8
|
"main": "index.ets",
|
|
9
|
-
"version": "5.
|
|
9
|
+
"version": "5.6.3",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@rnoh/react-native-openharmony": "file:../../node_modules/@react-native-oh/react-native-harmony/harmony/react_native_openharmony.har"
|
|
12
12
|
},
|
package/harmony/safe_area.har
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-ohos/react-native-safe-area-context",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.3",
|
|
4
4
|
"description": "A flexible way to handle safe area, also works on Android and web.",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@commitlint/config-conventional": "^19.2.2",
|
|
65
65
|
"@jest/globals": "^29.7.0",
|
|
66
|
-
"@react-native/babel-preset": "^0.
|
|
67
|
-
"@react-native/eslint-config": "^0.
|
|
68
|
-
"@react-native/eslint-plugin-specs": "^0.
|
|
66
|
+
"@react-native/babel-preset": "^0.80.1",
|
|
67
|
+
"@react-native/eslint-config": "^0.80.1",
|
|
68
|
+
"@react-native/eslint-plugin-specs": "^0.80.1",
|
|
69
69
|
"@release-it/conventional-changelog": "^8.0.1",
|
|
70
|
-
"@
|
|
70
|
+
"@testing-library/react-native": "^13.2.0",
|
|
71
71
|
"@types/react-dom": "^18.3.0",
|
|
72
72
|
"@types/react-test-renderer": "^18.3.0",
|
|
73
73
|
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
@@ -76,22 +76,24 @@
|
|
|
76
76
|
"clang-format": "^1.8.0",
|
|
77
77
|
"commitlint": "^19.3.0",
|
|
78
78
|
"eslint": "^8.57.0",
|
|
79
|
+
"eslint-plugin-ft-flow": "^3.0.11",
|
|
79
80
|
"eslint-plugin-jest": "^28.6.0",
|
|
80
81
|
"eslint-config-prettier": "^9.1.0",
|
|
81
82
|
"eslint-plugin-prettier": "^5.1.3",
|
|
83
|
+
"eslint-plugin-testing-library": "^7.5.4",
|
|
82
84
|
"husky": "^9.0.11",
|
|
83
85
|
"jest": "^29.7.0",
|
|
84
86
|
"prettier": "^3.3.2",
|
|
85
|
-
"react": "
|
|
86
|
-
"react-dom": "^
|
|
87
|
-
"react-native": "
|
|
87
|
+
"react": "19.1.0",
|
|
88
|
+
"react-dom": "^19.1.0",
|
|
89
|
+
"react-native": "0.82.1",
|
|
88
90
|
"react-native-builder-bob": "^0.23.2",
|
|
89
|
-
"react-test-renderer": "^
|
|
91
|
+
"react-test-renderer": "^19.1.0",
|
|
90
92
|
"release-it": "^17.4.0",
|
|
91
93
|
"typescript": "^5.5.2"
|
|
92
94
|
},
|
|
93
95
|
"dependencies": {
|
|
94
|
-
"react-native-safe-area-context": "5.
|
|
96
|
+
"react-native-safe-area-context": "5.6.2"
|
|
95
97
|
},
|
|
96
98
|
"repository": {
|
|
97
99
|
"type": "git",
|