Skip to content

Commit 4aff164

Browse files
authored
release: @react-native-oh-tpl/[email protected] (#259)
1 parent fa9431f commit 4aff164

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

harmony/rn_webview.har

135 Bytes
Binary file not shown.

harmony/rn_webview/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Use these variables when you tailor your ArkTS code. They must be of the const type.
33
*/
4-
export const HAR_VERSION = '13.10.2-0.2.33';
4+
export const HAR_VERSION = '13.10.2-0.2.35';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

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.34",
9+
"version": "13.10.2-0.2.35",
1010
"dependencies": {
1111
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
1212
}

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-webview",
3-
"description": "React Native WebView component for iOS, Android, macOS and Windows",
3+
"description": "React Native WebView component for harmony",
44
"react-native": "src/index",
55
"source": "src/index",
66
"typings": "index.d.ts",
@@ -9,11 +9,9 @@
99
"Thibault Malbranche <[email protected]>"
1010
],
1111
"license": "MIT",
12-
"version": "13.10.2-0.2.34",
13-
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
12+
"version": "13.10.2-0.2.35",
13+
"homepage": "https://github.com/react-native-oh-library/react-native-webview#readme",
1414
"scripts": {
15-
"android": "react-native run-android",
16-
"ios": "react-native run-ios",
1715
"macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",
1816
"start": "react-native start",
1917
"windows": "install-windows-test-app --project-directory example/windows && react-native run-windows --root example --arch x64",
@@ -87,8 +85,6 @@
8785
],
8886
"keywords": [
8987
"react-native",
90-
"ios",
91-
"android",
9288
"harmony"
9389
],
9490
"harmony": {

0 commit comments

Comments
 (0)