Skip to content

Commit

Permalink
Fix Expo SDK 44 compatibility (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Dec 27, 2021
1 parent 38e3337 commit 75e3c5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ios/RNPurchases.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
// Copyright © 2019 RevenueCat. All rights reserved.
//

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

#import <Purchases/RCPurchases.h>
#import <PurchasesHybridCommon/PurchasesHybridCommon.h>
Expand Down

0 comments on commit 75e3c5a

Please sign in to comment.