Skip to content

Commit b12627c

Browse files
author
林志鹏
committed
change rnoh name
1 parent a3a0a7f commit b12627c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

harmony/exception_handler.har

66 Bytes
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default class BuildProfile {
2+
static readonly HAR_VERSION = '2.10.10-0.1.5';
3+
static readonly BUILD_MODE_NAME = 'debug';
4+
static readonly DEBUG = true;
5+
}

harmony/exception_handler/oh-package.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"name": "@react-native-oh-tpl/react-native-exception-handler",
77
"description": "",
88
"main": "index.ets",
9-
"version": "2.10.10-0.1.4",
9+
"version": "2.10.10-0.1.5",
1010
"dependencies": {
11-
"rnoh": "file:../rnoh"
11+
"@rnoh/react-native-openharmony": "file:../rnoh"
1212
}
1313
}

harmony/exception_handler/src/main/ets/ExceptionHandlerPackage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* SOFTWARE.
2323
*/
2424

25-
import {RNPackage, TurboModulesFactory} from 'rnoh/ts';
26-
import type {TurboModule, TurboModuleContext} from 'rnoh/ts';
25+
import {RNPackage, TurboModulesFactory} from '@rnoh/react-native-openharmony/ts';
26+
import type {TurboModule, TurboModuleContext} from '@rnoh/react-native-openharmony/ts';
2727
import {ExceptionHandlerTurboModule} from './ExceptionHandlerTurboModule';
2828

2929
class ExceptionHandlerTurboModulesFactory extends TurboModulesFactory {

harmony/exception_handler/src/main/ets/ExceptionHandlerTurboModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
import { TurboModule } from 'rnoh/ts';
25+
import { TurboModule } from '@rnoh/react-native-openharmony/ts';
2626
import errorManager from '@ohos.app.ability.errorManager';
2727
import process from '@ohos.process';
2828
import router from '@ohos.router';

0 commit comments

Comments
 (0)