Skip to content

Commit

Permalink
Merge pull request #51 from ouabing/change-ios-header-import-style
Browse files Browse the repository at this point in the history
fix: change iOS react header import style to work with Expo SDK
  • Loading branch information
wumke authored Apr 4, 2022
2 parents 2b8eee0 + a50088a commit ec9f998
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/RNExitApp/RNExitApp.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#import <UIKit/UIKit.h>
#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif



@interface RNExitApp : NSObject <RCTBridgeModule>
Expand Down

0 comments on commit ec9f998

Please sign in to comment.