react-native-external-keyboard 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
#ifndef UIView_RNCEKVExternalKeyboard_h
|
|
9
9
|
#define UIView_RNCEKVExternalKeyboard_h
|
|
10
10
|
|
|
11
|
+
#ifdef RCT_NEW_ARCH_ENABLED
|
|
12
|
+
|
|
11
13
|
#import <React/RCTViewComponentView.h>
|
|
12
14
|
|
|
13
15
|
@interface RCTViewComponentView (RNCEKVExternalKeyboard)
|
|
@@ -16,5 +18,6 @@
|
|
|
16
18
|
|
|
17
19
|
@end
|
|
18
20
|
|
|
21
|
+
#endif
|
|
19
22
|
|
|
20
23
|
#endif /* UIView_RNCEKVExternalKeyboard_h */
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
// Created by Artur Kalach on 12/08/2025.
|
|
6
6
|
//
|
|
7
7
|
|
|
8
|
+
#ifdef RCT_NEW_ARCH_ENABLED
|
|
9
|
+
|
|
8
10
|
#import <Foundation/Foundation.h>
|
|
9
11
|
|
|
10
12
|
#import "RCTViewComponentView+RNCEKVExternalKeyboard.h"
|
|
@@ -31,3 +33,5 @@ static const void *RNCEKVCustomGroupKey = &RNCEKVCustomGroupKey;
|
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
@end
|
|
36
|
+
|
|
37
|
+
#endif
|