Skip to content

Commit ee622b3

Browse files
authored
Merge pull request #61 from chenwenhui133/sig
pre-release: react-native-harmony-gesture-handler@2.14.17-rc.2
2 parents d8c6e7b + cad4bc2 commit ee622b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
1.19 KB
Binary file not shown.

react-native-harmony-gesture-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "git",
1818
"url": "https://github.com/react-native-oh-library/react-native-harmony-gesture-handler.git"
1919
},
20-
"version": "2.14.17-rc.1",
20+
"version": "2.14.17-rc.2",
2121
"description": "",
2222
"react-native": "src/index.ts",
2323
"main": "lib/commonjs/index.js",

tester/harmony/gesture_handler/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: '@react-native-oh-tpl/react-native-gesture-handler',
66
description: '',
77
type: 'module',
8-
version: '2.14.17-rc.1',
8+
version: '2.14.17-rc.2',
99
dependencies: {
1010
"@rnoh/react-native-openharmony": "^0.72.32"
1111
},

tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "npm run install:pkg && npm run codegen && hdc rport tcp:8081 tcp:8081 && react-native start",
88
"codegen": "react-native codegen-harmony --rnoh-module-path ./harmony/oh_modules/@rnoh/react-native-openharmony",
99
"pack:pkg": "cd ../react-native-harmony-gesture-handler && npm run pack:prod && cd ../tester",
10-
"install:pkg": "npm uninstall react-native-harmony-gesture-handler && npm run pack:pkg && npm i react-native-harmony-gesture-handler@file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.17-rc.1.tgz",
10+
"install:pkg": "npm uninstall react-native-harmony-gesture-handler && npm run pack:pkg && npm i react-native-harmony-gesture-handler@file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.17-rc.2.tgz",
1111
"dev:fast": "react-native bundle-harmony",
1212
"dev": "npm run codegen && react-native bundle-harmony --dev --minify=false",
1313
"android": "react-native run-android",
@@ -19,7 +19,7 @@
1919
"react-native": "0.72.5",
2020
"react-native-gesture-handler": "2.14.1",
2121
"react-native-harmony": "npm:@react-native-oh/react-native-harmony@0.72.48",
22-
"react-native-harmony-gesture-handler": "file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.17-rc.1.tgz"
22+
"react-native-harmony-gesture-handler": "file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.17-rc.2.tgz"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.20.0",

0 commit comments

Comments
 (0)