Skip to content

Commit 30feecd

Browse files
committed
release: @react-native-oh-tpl/react-native-gesture-handler@2.14.15
1 parent 9b73216 commit 30feecd

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed
-68 Bytes
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.15-rc.2",
20+
"version": "2.14.15",
2121
"description": "",
2222
"react-native": "src/index.ts",
2323
"main": "lib/commonjs/index.js",

tester/harmony/gesture_handler/build-profile.json5

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"apiType": 'stageMode',
3-
// "buildOption": {
4-
// "externalNativeOptions": {
5-
// "path": "./src/main/cpp/CMakeLists.txt",
6-
// "arguments": "",
7-
// "cppFlags": "",
8-
// },
9-
// },
103
"targets": [
114
{
125
"name": "default",

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.15-rc.2',
8+
version: '2.14.15',
99
dependencies: {
1010
"@rnoh/react-native-openharmony": "file:./react_native_openharmony"
1111
},

tester/package.json

Lines changed: 3 additions & 3 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.15-rc.2.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.15.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": "file:rnoh_package/react-native-harmony/rnoh-react-native-harmony-0.72.35.tgz",
22-
"react-native-harmony-gesture-handler": "file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.15-rc.2.tgz"
22+
"react-native-harmony-gesture-handler": "file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.15.tgz"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.20.0",
@@ -48,4 +48,4 @@
4848
"@rnoh/react-native-harmony-cli": "file:rnoh_package/react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.27.tgz",
4949
"@react-native/codegen": "0.74.0"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)