Skip to content

Commit a316a1f

Browse files
committed
release: @react-native-oh-tpl/react-native-gesture-handler@2.14.14
1 parent ce3adc6 commit a316a1f

File tree

9 files changed

+55
-64
lines changed

9 files changed

+55
-64
lines changed
-943 Bytes
Binary file not shown.

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

Lines changed: 48 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

tester/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@
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.13.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.14.tgz",
1111
"dev:fast": "react-native bundle-harmony",
1212
"dev": "npm run codegen && react-native bundle-harmony --dev --minify=false",
13-
"android": "react-native run-android"
13+
"android": "react-native run-android",
14+
"format:cpp": "zsh -c 'clang-format -i ./harmony/gesture_handler/src/main/cpp/**/*.h ./harmony/gesture_handler/src/main/cpp/**/*.cpp ./harmony/entry/**/*.h ./harmony/entry/**/*.cpp --style=file:./harmony/.clang-format'"
1415
},
1516
"dependencies": {
1617
"@rnoh/testerino": "file:rnoh_package/testerino/rnoh-testerino-0.0.9.tgz",
1718
"react": "18.2.0",
1819
"react-native": "0.72.5",
1920
"react-native-gesture-handler": "2.14.1",
2021
"react-native-harmony": "file:rnoh_package/react-native-harmony/rnoh-react-native-harmony-0.72.35.tgz",
21-
"react-native-harmony-gesture-handler": "file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.12.tgz"
22+
"react-native-harmony-gesture-handler": "file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.14.tgz"
2223
},
2324
"devDependencies": {
2425
"@babel/core": "^7.20.0",
@@ -47,4 +48,4 @@
4748
"@rnoh/react-native-harmony-cli": "file:rnoh_package/react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.27.tgz",
4849
"@react-native/codegen": "0.74.0"
4950
}
50-
}
51+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)