Skip to content

Commit

Permalink
Merge pull request #42 from longgegege/sig
Browse files Browse the repository at this point in the history
release: @react-native-oh-tpl/[email protected]
  • Loading branch information
mingmingaini authored Jul 24, 2024
2 parents 137cb93 + f78586e commit b7d1995
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
Binary file modified harmony/rn_video.har
Binary file not shown.
17 changes: 17 additions & 0 deletions harmony/rn_video/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '5.2.1-0.2.14';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';

/**
* BuildProfile Class is used only for compatibility purposes.
*/
export default class BuildProfile {
static readonly HAR_VERSION = HAR_VERSION;
static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
static readonly DEBUG = DEBUG;
static readonly TARGET_NAME = TARGET_NAME;
}
18 changes: 18 additions & 0 deletions harmony/rn_video/oh-package-lock.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harmony/rn_video/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "@react-native-oh-tpl/react-native-video",
"description": "main cpai architecture",
"main": "index.ets",
"version": "5.2.1-0.2.13",
"version": "5.2.1-0.2.14",
"dependencies": {
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,9 @@ export enum ResizeMode {
COVER = 'cover',
STRETCH = 'stretch',
}

export class CurrentTime {
static readonly CURRENTTIME_MINUS_ONE: number = -1;
static readonly CURRENTTIME_ZERO: number = 0;
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-video",
"version": "5.2.1-0.2.13",
"version": "5.2.1-0.2.14",
"description": "A <Video /> element for react-native",
"harmony": {
"alias": "react-native-video"
Expand Down

0 comments on commit b7d1995

Please sign in to comment.