Skip to content

Commit 88614d8

Browse files
ajkshfjkajmaikai (A)
andauthored
release: @react-native-oh-tpl/react-native-picker@4.3.9-0.0.4 (#14)
Co-authored-by: maikai (A) <mWX1352063@china.huawei.com>
1 parent ce8e1e3 commit 88614d8

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

harmony/picker.har

736 Bytes
Binary file not shown.

harmony/picker/BuildProfile.ets

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
/**
22
* Use these variables when you tailor your ArkTS code. They must be of the const type.
33
*/
4-
export const HAR_VERSION = '4.3.9-0.0.3';
4+
export const HAR_VERSION = '4.3.9-0.0.4';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';
8-
export const APP_NAME = 'Keys Example';
9-
export const BUNDLE_ID = 'com.example.rnkeys.dev';
10-
export const ANDROID_CODE = '50';
11-
export const PACKAGE_ID = 'com.example.rnkeys.dev';
128

139
/**
1410
* BuildProfile Class is used only for compatibility purposes.
@@ -18,8 +14,4 @@ export default class BuildProfile {
1814
static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
1915
static readonly DEBUG = DEBUG;
2016
static readonly TARGET_NAME = TARGET_NAME;
21-
static readonly APP_NAME = APP_NAME;
22-
static readonly BUNDLE_ID = BUNDLE_ID;
23-
static readonly ANDROID_CODE = ANDROID_CODE;
24-
static readonly PACKAGE_ID = PACKAGE_ID;
2517
}

harmony/picker/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-picker",
77
"description": "main cpai architecture",
88
"main": "index.ets",
9-
"version": "4.3.9-0.0.3",
9+
"version": "4.3.9-0.0.4",
1010
"dependencies": {
1111
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-picker",
3-
"version": "4.3.9-0.0.3",
3+
"version": "4.3.9-0.0.4",
44
"description": "A Native Picker with high performance.",
55
"react-native": "src/index",
66
"source": "src/index",

0 commit comments

Comments
 (0)