diff --git a/harmony/rn_webview.har b/harmony/rn_webview.har index 7a2b3e245..6fa37c684 100644 Binary files a/harmony/rn_webview.har and b/harmony/rn_webview.har differ diff --git a/harmony/rn_webview/oh-package.json5 b/harmony/rn_webview/oh-package.json5 index 7323886bb..14cdc14f4 100644 --- a/harmony/rn_webview/oh-package.json5 +++ b/harmony/rn_webview/oh-package.json5 @@ -6,7 +6,7 @@ "name": "@react-native-oh-tpl/react-native-webview", "description": "main cpai architecture", "main": "index.ets", - "version": "13.10.2-0.2.33", + "version": "13.10.2-0.2.34", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony" } diff --git a/package.json b/package.json index a9959b027..d99ced734 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "13.10.2-0.2.33", + "version": "13.10.2-0.2.34", "homepage": "https://github.com/react-native-webview/react-native-webview#readme", "scripts": { "android": "react-native run-android", @@ -25,7 +25,8 @@ "prepare": "yarn prepare:types && yarn build", "appium": "appium", "test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js", - "add:macos": "yarn add react-native-macos@0.73.17" + "add:macos": "yarn add react-native-macos@0.73.17", + "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" }, "rn-docs": { "title": "Webview", @@ -36,9 +37,9 @@ "react-native": "*" }, "dependencies": { - "react-native-webview": "13.10.2", "escape-string-regexp": "2.0.0", - "invariant": "2.2.4" + "invariant": "2.2.4", + "react-native-webview": "13.10.2" }, "devDependencies": { "@babel/cli": "^7.20.0", @@ -49,6 +50,7 @@ "@react-native/eslint-config": "0.73.2", "@react-native/metro-config": "0.73.5", "@react-native/typescript-config": "0.73.1", + "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27", "@rnx-kit/metro-config": "1.3.15", "@semantic-release/git": "7.0.16", "@types/invariant": "^2.2.30", @@ -83,10 +85,15 @@ "!**/__fixtures__", "!**/__mocks__" ], - "keywords": ["react-native", "ios", "android", "harmony"], + "keywords": [ + "react-native", + "ios", + "android", + "harmony" + ], "harmony": { "alias": "react-native-webview", - "codegenConfig": { + "codegenConfig": { "specPaths": [ "./src" ]