Skip to content

Commit 4060827

Browse files
committed
fix(ios, expo): use modern import style, required by Expo 44+
Expo 44+ enforces use of new import style for React headers, and they are supported far enough back in time on react-native versions this should not be breaking for anyone
1 parent 1fe6ac7 commit 4060827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/scripts/genversion-ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const template = `/**
2020
*
2121
*/
2222
23-
#import "RCTVersion.h"
23+
#import <React/RCTVersion.h>
2424
2525
// generated file - do not modify or commit
2626
NSString* const RNFBVersionString = @"VERSION";

0 commit comments

Comments
 (0)