Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified harmony/rn_webview.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/rn_webview/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
]
Expand Down