Filipe Degrazia
Filipe Degrazia
If anyone's using the app router, this worked for me: ```ts 'use client'; import iconFont from 'react-native-vector-icons/Fonts/Fontisto.ttf'; const iconFontStyles = `@font-face { src: url(${iconFont}); font-family: Fontisto; }`; const FontWrapper =...
@yairopro I agree adding this information to the documentation would be nice, but it might be a tall order to try and cover all the edge cases of possible configurations...
Great work! I suggest checking for `declarations: [{ prop: 'font-family', value: 'New Name' }]` to use as the font family name. If this is too messy, maybe you could rename...
This library doesn't support iOS, but doesn't make it clear in the docs. Could be a good PR to add a warning if you have the time. Because of the...
Solves the issues described in https://github.com/zmkfirmware/zmk-studio/pull/99 and https://github.com/zmkfirmware/zmk-studio/issues/98