Skip to content

Commit 96d431f

Browse files
authored
feat: add support for use_frameworks (#19)
1 parent 2e8ebe3 commit 96d431f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RCTTabViewViewManager.mm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
#import <React/RCTUIManager.h>
33
#import <React/RCTImageLoader.h>
44
#import "RCTBridge.h"
5+
6+
#if __has_include("react_native_bottom_tabs/react_native_bottom_tabs-Swift.h")
7+
#import "react_native_bottom_tabs/react_native_bottom_tabs-Swift.h"
8+
#else
59
#import "react_native_bottom_tabs-Swift.h"
10+
#endif
611

712
@interface RCTTabView : RCTViewManager
813
@end

0 commit comments

Comments
 (0)