react-native-skia
react-native-skia copied to clipboard
Support Android Custom Fonts
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 using ReactFontManager to resolve fonts.
@wcandillon @oblador is there any workaround for this. Im having same issue.