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
On iOS custom fonts are supported via Skia.FontMgr.System(), but on Android only the built-in system fonts are supported which forces users to duplicate fonts in their app bundle. It should be possible to do the same for Android by using ReactFontManager to resolve fonts.
The text was updated successfully, but these errors were encountered:
Description
On iOS custom fonts are supported via
Skia.FontMgr.System()
, but on Android only the built-in system fonts are supported which forces users to duplicate fonts in their app bundle. It should be possible to do the same for Android by usingReactFontManager
to resolve fonts.The text was updated successfully, but these errors were encountered: