Skip to content

Commit

Permalink
fix:修复KeyboardGestureAreaComponentInstance文件中缺少ArkUINodeRegistry.h引入的…
Browse files Browse the repository at this point in the history
…问题 (#19)
  • Loading branch information
ganghongli authored Nov 19, 2024
1 parent e7c1306 commit 8ce5937
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified harmony/keyboard_controller.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/keyboard_controller/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-keyboard-controller",
"version": "1.12.7-0.0.4",
"version": "1.12.7-0.0.5",
"description": " control keyboard show or hide",
"main": "Index.ets",
"author": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "RNOH/CppComponentInstance.h"
#include "KeyboardGestureAreaComponentDescriptor.h"
#include "RNOH/arkui/StackNode.h"

#include "RNOH/arkui/ArkUINodeRegistry.h"
namespace rnoh {

class KeyboardGestureAreaComponentInstance
Expand Down

0 comments on commit 8ce5937

Please sign in to comment.