diff --git a/packages/react-native-performance/ios/ReactNativePerformance/ReactNativePerformance.m b/packages/react-native-performance/ios/ReactNativePerformance/ReactNativePerformance.m index 4852113..dbb4bb5 100644 --- a/packages/react-native-performance/ios/ReactNativePerformance/ReactNativePerformance.m +++ b/packages/react-native-performance/ios/ReactNativePerformance/ReactNativePerformance.m @@ -1,5 +1,5 @@ #import "ReactNativePerformance.h" -#import "ReactNativePerformance-Swift.h" +#import static NSTimeInterval startupTimestamp = -1.0;