Skip to content

Commit

Permalink
Fixed "Redefinition of 'RCTMethodInfo'" error
Browse files Browse the repository at this point in the history
  • Loading branch information
thatjuan authored Mar 20, 2018
1 parent 3f414e1 commit 808233f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/ReactNativeExceptionHandler.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@

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

#import <UIKit/UIKit.h>
#include <libkern/OSAtomic.h>
Expand Down

0 comments on commit 808233f

Please sign in to comment.