Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit e80e6d4

Browse files
fix: load auto-generated Swift import header correctly (#118)
This addresses #117, and gets the header to import correctly in modern versions of Xcode. Co-authored-by: Elvira Burchik <[email protected]>
1 parent 2e72f16 commit e80e6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-performance/ios/ReactNativePerformance/ReactNativePerformance.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "ReactNativePerformance.h"
2-
#import "ReactNativePerformance-Swift.h"
2+
#import <ReactNativePerformance/ReactNativePerformance-Swift.h>
33

44
static NSTimeInterval startupTimestamp = -1.0;
55

0 commit comments

Comments
 (0)