Skip to content

Commit 2eb3033

Browse files
author
祝乔林
committed
修复编译bug
1 parent 1a09b51 commit 2eb3033

File tree

6 files changed

+10572
-3299
lines changed

6 files changed

+10572
-3299
lines changed

harmony/clip_path.har

-30 Bytes
Binary file not shown.

harmony/clip_path/oh-package.json5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@
77
"license": "Apache-2.0",
88
"dependencies": {
99
"@rnoh/react-native-openharmony": "file:../react_native_openharmony",
10-
"rnoh": "file:../react_native_openharmony", // old name for react_native_openharmony module
1110
},
12-
// "devDependencies": {
13-
// "rnoh": "file:../rnoh"
14-
// }
1511
}

harmony/clip_path/src/main/ets/ClipPathCode.ets

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
// import { Descriptor, ComponentBuilderContext, ViewBaseProps, Tag } from 'rnoh';
2-
// import { RNComponentFactory, RNOHContext, RNViewBase } from 'rnoh'
1+
32
import { TViewBox, IViewPort, TChildrenBuilder } from './types'
43
import ListPanel from './ListPanel'
54

65
export const CLIP_PATH_TYPE: string = "ClipPath"
76

8-
// export interface ClipPathProps extends ViewBaseProps {
97
export interface ClipPathProps {
108
color?: string;
119
openClip?: boolean;

0 commit comments

Comments
 (0)