Skip to content

Commit

Permalink
release: @react-native-oh-tpl/[email protected] (#…
Browse files Browse the repository at this point in the history
…36)

Co-authored-by: zhengjinshou <>
  • Loading branch information
dream-approaching authored Aug 14, 2024
1 parent 7b96035 commit b220ee1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

### 1.1 rnoh项目安装

前往[releases](https://github.com/react-native-oh-library/react-native-vision-camera/releases) 页面下载最新的`tgz`包,注意版本号,本文中以`4.0.1-0.0.8`为例,移动到`rnoh/tester`目录下
前往[releases](https://github.com/react-native-oh-library/react-native-vision-camera/releases) 页面下载最新的`tgz`包,注意版本号,本文中以`4.0.1-0.0.9`为例,移动到`rnoh/tester`目录下

`tester`目录下安装`tgz`

```shell
npm i @react-native-oh-tpl/react-native-vision-camera@file:./react-native-oh-tpl-react-native-vision-camera-4.0.1-0.0.8.tgz
npm i @react-native-oh-tpl/react-native-vision-camera@file:./react-native-oh-tpl-react-native-vision-camera-4.0.1-0.0.9.tgz
```

### 1.2 harmony项目安装
Expand Down
Binary file modified package/harmony/vision_camera.har
Binary file not shown.
2 changes: 1 addition & 1 deletion package/harmony/vision_camera/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default class BuildProfile {
static readonly HAR_VERSION = '4.0.1-0.0.8';
static readonly HAR_VERSION = '4.0.1-0.0.9';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly TARGET_NAME = 'default';
Expand Down
2 changes: 1 addition & 1 deletion package/harmony/vision_camera/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-vision-camera",
"version": "4.0.1-0.0.8",
"version": "4.0.1-0.0.9",
"description": "Please describe the basic information.",
"main": "Index.ets",
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-vision-camera",
"version": "4.0.1-0.0.8",
"version": "4.0.1-0.0.9",
"description": "A powerful, high-performance React Native Camera library.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -29,7 +29,7 @@
"scripts": {
"codegen": "cd D:\\rnoh\\tester && npm run codegen",
"har": "rm -rf .\\harmony\\vision_camera && cp -r D:\\rnoh\\tester\\harmony\\vision_camera .\\harmony\\vision_camera",
"move": "npm run build && npm pack && copy .\\*.tgz D:\\rnoh\\tester && cd D:\\rnoh\\tester && npm i @react-native-oh-tpl/react-native-vision-camera@file:./react-native-oh-tpl-react-native-vision-camera-4.0.1-0.0.8.tgz -dd",
"move": "npm run build && npm pack && copy .\\*.tgz D:\\rnoh\\tester && cd D:\\rnoh\\tester && npm i @react-native-oh-tpl/react-native-vision-camera@file:./react-native-oh-tpl-react-native-vision-camera-4.0.1-0.0.9.tgz -dd",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"lint-ci": "yarn lint -f ./node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
Expand Down

0 comments on commit b220ee1

Please sign in to comment.