We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8ebe3 commit 96d431fCopy full SHA for 96d431f
ios/RCTTabViewViewManager.mm
@@ -2,7 +2,12 @@
2
#import <React/RCTUIManager.h>
3
#import <React/RCTImageLoader.h>
4
#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
9
#import "react_native_bottom_tabs-Swift.h"
10
+#endif
11
12
@interface RCTTabView : RCTViewManager
13
@end
0 commit comments