diff --git a/harmony/rn_webview.har b/harmony/rn_webview.har index 6fa37c684..aa86e9c00 100644 Binary files a/harmony/rn_webview.har and b/harmony/rn_webview.har differ diff --git a/harmony/rn_webview/BuildProfile.ets b/harmony/rn_webview/BuildProfile.ets index 4bcb0f629..3ec10befc 100644 --- a/harmony/rn_webview/BuildProfile.ets +++ b/harmony/rn_webview/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '13.10.2-0.2.33'; +export const HAR_VERSION = '13.10.2-0.2.35'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/rn_webview/oh-package.json5 b/harmony/rn_webview/oh-package.json5 index 14cdc14f4..fd4ce9231 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.34", + "version": "13.10.2-0.2.35", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony" } diff --git a/package.json b/package.json index d99ced734..de438a3bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-webview", - "description": "React Native WebView component for iOS, Android, macOS and Windows", + "description": "React Native WebView component for harmony", "react-native": "src/index", "source": "src/index", "typings": "index.d.ts", @@ -9,11 +9,9 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "13.10.2-0.2.34", - "homepage": "https://github.com/react-native-webview/react-native-webview#readme", + "version": "13.10.2-0.2.35", + "homepage": "https://github.com/react-native-oh-library/react-native-webview#readme", "scripts": { - "android": "react-native run-android", - "ios": "react-native run-ios", "macos": "react-native run-macos --scheme WebviewExample --project-path example/macos", "start": "react-native start", "windows": "install-windows-test-app --project-directory example/windows && react-native run-windows --root example --arch x64", @@ -87,8 +85,6 @@ ], "keywords": [ "react-native", - "ios", - "android", "harmony" ], "harmony": {