Skip to content

Commit

Permalink
release: @react-native-oh-tpl/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-C7 committed Jun 28, 2024
1 parent b5f2270 commit d67c728
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Binary file modified react-native-harmony-svg/harmony/svg.har
Binary file not shown.
4 changes: 2 additions & 2 deletions react-native-harmony-svg/package-lock.json

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

2 changes: 1 addition & 1 deletion react-native-harmony-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-svg",
"version": "15.0.0-0.5.2",
"version": "15.0.0-0.5.3",
"description": "",
"react-native": "src/index",
"main": "lib/commonjs/index",
Expand Down
4 changes: 2 additions & 2 deletions tester/harmony/entry/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 tester/harmony/entry/src/main/ets/pages/Index.ets
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ struct Index {
enableNDKTextMeasuring: true,
enableBackgroundExecutor: false,
enableCAPIArchitecture: true,
// arkTsComponentNames: arkTsComponentNames,
arkTsComponentNames: arkTsComponentNames,
},
initialProps: { "foo": "bar" } as Record<string, string>,
appKey: "app_name",
Expand Down
2 changes: 1 addition & 1 deletion tester/harmony/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 tester/harmony/svg/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 tester/harmony/svg/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: '@react-native-oh-tpl/react-native-svg',
type: 'module',
main: 'index.ets',
version: '15.0.0-0.5.2',
version: '15.0.0-0.5.3',
dependencies: {
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
},
Expand Down
4 changes: 2 additions & 2 deletions tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"start": "hdc rport tcp:8081 tcp:8081 && react-native start",
"install:dev": "npm run pack:pkg && npm uninstall react-native-harmony-svg && npm i",
"pack:pkg": "cd ../react-native-harmony-svg && npm pack && cd ../tester",
"install:pkg": "npm run pack:pkg && npm i @react-native-oh-tpl/react-native-svg@file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.5.2.tgz",
"install:pkg": "npm run pack:pkg && npm i @react-native-oh-tpl/react-native-svg@file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.5.3.tgz",
"dev": "npm uninstall react-native-harmony-svg && npm run install:pkg && react-native bundle-harmony --dev --minify=false",
"android": "react-native run-android"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"@react-native-oh-tpl/react-native-svg": "file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.5.2.tgz",
"@react-native-oh-tpl/react-native-svg": "file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.5.3.tgz",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-harmony": "file:../react-native-harmony/rnoh-react-native-harmony-0.72.26.tgz",
Expand Down

0 comments on commit d67c728

Please sign in to comment.