Skip to content

Commit

Permalink
fix(ios, expo): use modern import style, required by Expo 44+
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mikehardy committed Mar 13, 2022
1 parent 1fe6ac7 commit 4060827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/scripts/genversion-ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const template = `/**
*
*/
#import "RCTVersion.h"
#import <React/RCTVersion.h>
// generated file - do not modify or commit
NSString* const RNFBVersionString = @"VERSION";
Expand Down

1 comment on commit 4060827

@vercel
Copy link

@vercel vercel bot commented on 4060827 Mar 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.