Skip to content

Commit 8ce5937

Browse files
authored
fix:修复KeyboardGestureAreaComponentInstance文件中缺少ArkUINodeRegistry.h引入的问题 (#19)
1 parent e7c1306 commit 8ce5937

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

harmony/keyboard_controller.har

-181 Bytes
Binary file not shown.

harmony/keyboard_controller/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-keyboard-controller",
3-
"version": "1.12.7-0.0.4",
3+
"version": "1.12.7-0.0.5",
44
"description": " control keyboard show or hide",
55
"main": "Index.ets",
66
"author": "",

harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaComponentInstance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "RNOH/CppComponentInstance.h"
4141
#include "KeyboardGestureAreaComponentDescriptor.h"
4242
#include "RNOH/arkui/StackNode.h"
43-
43+
#include "RNOH/arkui/ArkUINodeRegistry.h"
4444
namespace rnoh {
4545

4646
class KeyboardGestureAreaComponentInstance

0 commit comments

Comments
 (0)