Skip to content

Commit

Permalink
Merge pull request #205 from rpander93/patch-1
Browse files Browse the repository at this point in the history
fix imports to allow expo@^44.0
  • Loading branch information
prscms authored Apr 9, 2022
2 parents dfd526e + 37d4780 commit 04a120c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/RNPhotoEditor.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif

#import <UIKit/UIKit.h>
@import iOSPhotoEditor;

Expand Down

0 comments on commit 04a120c

Please sign in to comment.