Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/purchasely/ios/PurchaselyRN.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
// the iOS build/E2E CI jobs). If a custom target label ever changes the module
// name, this single line fails with a "file not found" error naming this exact
// header, localizing the fix.
#if __has_include(<react_native_purchasely/react_native_purchasely-Swift.h>)
#import <react_native_purchasely/react_native_purchasely-Swift.h>
#else
#import "react_native_purchasely-Swift.h"
#endif

#pragma mark - event names

Expand Down
Loading