Commit ee00b2d6 authored by zooble's avatar zooble Committed by GitHub

Merge pull request #209 from ssomnoremac/master

Fix import in header for RN48 compatibility. see #208 
parents a4d1ae56 d6763b03
......@@ -7,7 +7,11 @@
//
#import <Foundation/Foundation.h>
#if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif
@interface RCTBEEPickerManager : NSObject<RCTBridgeModule>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment