fontVariant
doesn't work on iOS when using the new architecture
#44064
Labels
Needs: Triage 🔍
p: Software Mansion
Partner: Software Mansion
Partner
Platform: iOS
iOS applications.
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
fontVariant
prop on theText
component has no effect on iOS when using the new architecture.On Android it's not applied unless
fontWeight
is also set to any value, possibly some other props but I haven't tested all of them. This behavior is consistent with the old architecture, though iOS on the old arch works correctly without settingfontWeight
.Steps to reproduce
fontWeight
is setReact Native Version
0.73.6
Affected Platforms
Runtime - iOS
Areas
Fabric - The New Renderer
Output of
npx react-native info
Reproducer
https://github.com/j-piasecki/font-variant-repro
Screenshots and Videos
The text was updated successfully, but these errors were encountered: