Skip to content

Commit

Permalink
Changed import of RCTBridgeModule
Browse files Browse the repository at this point in the history
This is to correspond with React Native 0.48. It no longer works with #import "RCTBridgeModule.h" (see this issue: facebook/react-native#15775). This fixes issue.
  • Loading branch information
EricWiener authored Jun 30, 2018
1 parent c6c1e0e commit 3dc38f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeImageCropping.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>
#import "TOCropView.h"
#import <RCTImageLoader.h>

Expand Down

0 comments on commit 3dc38f4

Please sign in to comment.