diff --git a/React/Views/RCTFont.mm b/React/Views/RCTFont.mm index 20e86f0f9..9f755a0ca 100644 --- a/React/Views/RCTFont.mm +++ b/React/Views/RCTFont.mm @@ -51,6 +51,7 @@ static RCTFontWeight weightOfFont(UIFont *font) @"medium", @"semibold", @"demibold", + @"extrabold", @"bold", @"heavy", @"black" @@ -64,6 +65,7 @@ static RCTFontWeight weightOfFont(UIFont *font) @(UIFontWeightMedium), @(UIFontWeightSemibold), @(UIFontWeightSemibold), + @(UIFontWeightHeavy), @(UIFontWeightBold), @(UIFontWeightHeavy), @(UIFontWeightBlack)