Skip to content

Commit 562af81

Browse files
fix(iOS): remove unused RCTTextInputUtils.h import (#540)
# Summary Fixes: #539 Remove unused `RCTTextInputUtils.h` import ## Test Plan Test if iOS builds properly ## Screenshots / Videos n/a ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅ | | Android | ❌ | ## Checklist - [ ] E2E tests are passing - [ ] Required E2E tests have been added (if applicable)
1 parent 785a50b commit 562af81

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ios/utils/KeyboardUtils.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#import "KeyboardUtils.h"
2-
#import "RCTTextInputUtils.h"
32

43
@implementation KeyboardUtils
54
+ (UIReturnKeyType)getUIReturnKeyTypeFromReturnKeyType:

0 commit comments

Comments
 (0)