Skip to content

Commit 5bbf08d

Browse files
authored
release: @react-native-oh-tpl/[email protected] (#252)
1 parent f9d876a commit 5bbf08d

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

harmony/rn_webview.har

879 Bytes
Binary file not shown.

harmony/rn_webview/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "@react-native-oh-tpl/react-native-webview",
77
"description": "main cpai architecture",
88
"main": "index.ets",
9-
"version": "13.10.2-0.2.33",
9+
"version": "13.10.2-0.2.34",
1010
"dependencies": {
1111
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
1212
}

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Thibault Malbranche <[email protected]>"
1010
],
1111
"license": "MIT",
12-
"version": "13.10.2-0.2.33",
12+
"version": "13.10.2-0.2.34",
1313
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
1414
"scripts": {
1515
"android": "react-native run-android",
@@ -25,7 +25,8 @@
2525
"prepare": "yarn prepare:types && yarn build",
2626
"appium": "appium",
2727
"test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js",
28-
"add:macos": "yarn add [email protected]"
28+
"add:macos": "yarn add [email protected]",
29+
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-webview --cpp-output-path ./harmony/rn_webview/src/main/cpp/generated --ets-output-path ./harmony/rn_webview/src/main/ets/generated --turbo-modules-spec-paths ./src --arkts-components-spec-paths ./src"
2930
},
3031
"rn-docs": {
3132
"title": "Webview",
@@ -36,9 +37,9 @@
3637
"react-native": "*"
3738
},
3839
"dependencies": {
39-
"react-native-webview": "13.10.2",
4040
"escape-string-regexp": "2.0.0",
41-
"invariant": "2.2.4"
41+
"invariant": "2.2.4",
42+
"react-native-webview": "13.10.2"
4243
},
4344
"devDependencies": {
4445
"@babel/cli": "^7.20.0",
@@ -49,6 +50,7 @@
4950
"@react-native/eslint-config": "0.73.2",
5051
"@react-native/metro-config": "0.73.5",
5152
"@react-native/typescript-config": "0.73.1",
53+
"@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
5254
"@rnx-kit/metro-config": "1.3.15",
5355
"@semantic-release/git": "7.0.16",
5456
"@types/invariant": "^2.2.30",
@@ -83,10 +85,15 @@
8385
"!**/__fixtures__",
8486
"!**/__mocks__"
8587
],
86-
"keywords": ["react-native", "ios", "android", "harmony"],
88+
"keywords": [
89+
"react-native",
90+
"ios",
91+
"android",
92+
"harmony"
93+
],
8794
"harmony": {
8895
"alias": "react-native-webview",
89-
"codegenConfig": {
96+
"codegenConfig": {
9097
"specPaths": [
9198
"./src"
9299
]

0 commit comments

Comments
 (0)