Skip to content

Commit 889f593

Browse files
committed
make it to work with react-native 0.40.0 and above
1 parent 5855b81 commit 889f593

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ios/ReactNativeShareExtension.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import <UIKit/UIKit.h>
2-
#import "RCTBridgeModule.h"
2+
#import "React/RCTBridgeModule.h"
33

44
@interface ReactNativeShareExtension : UIViewController<RCTBridgeModule>
55
- (UIView*) shareView;

ios/ReactNativeShareExtension.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "ReactNativeShareExtension.h"
2-
#import <RCTRootView.h>
2+
#import "React/RCTRootView.h"
33

44
#define ITEM_IDENTIFIER @"public.url"
55
#define IMAGE_IDENTIFIER @"public.image"

0 commit comments

Comments
 (0)