You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Text] RCTConvert uses fontDescriptor of System font or given fonts.
* System font + weight -> It uses fontDescriptor to generate font.
* Other font -> uses fontDescriptor to getnere font.
* Other font + weight/fontName -> It uses familyName to generate font.
It looks like iOS doesn't support change weight dynamically.
0 commit comments