Skip to content

Commit

Permalink
fix: typo in warning message (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanbanken authored Jul 19, 2022
1 parent e27b068 commit 9448467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNSScreenStackHeaderConfig.mm
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ + (void)updateViewController:(UIViewController *)vc
}
case RNSScreenStackHeaderSubviewTypeBackButton: {
#ifdef RN_FABRIC_ENABLED
RCTLogWarn(@"Back button subivew is not yet Fabric compatible in react-native-screens");
RCTLogWarn(@"Back button subview is not yet Fabric compatible in react-native-screens");
#endif
break;
}
Expand Down

0 comments on commit 9448467

Please sign in to comment.