Skip to content

Commit

Permalink
fix(build): fixes React-RCTText build with RN 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Jun 28, 2022
1 parent ef6ab3f commit ccf210a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions React/Views/RCTShadowView.h
Expand Up @@ -8,6 +8,8 @@
#import <UIKit/UIKit.h>

#import <React/RCTComponent.h>
// Keeps RCTConvert.h here before yoga for clang module to generate correct header imports.
#import <React/RCTConvert.h>
#import <React/RCTLayout.h>
#import <React/RCTRootView.h>
#import <yoga/Yoga.h>
Expand Down

0 comments on commit ccf210a

Please sign in to comment.