skip icon indicating copy to clipboard operation
skip copied to clipboard

Skip should automatically copy fonts into the appropriate Android resource folder

Open dfabulich opened this issue 10 months ago • 0 comments

When you put images in Sources/MyApp/Resources, they're automatically available to Android. But, for fonts, https://skip.tools/docs/modules/skip-ui/#custom-fonts explains that you have to manually put the file (or a symlink) in Android/app/src/main/res/font.

Skip should find all of the fonts enumerated in UIAppFonts and copy/symlink those files for me.

dfabulich avatar Feb 19 '25 19:02 dfabulich