Patrick Santos
Patrick Santos
@dividy Can I know what you use in order to fix this issue?
Hi, Add this on your android/build.gradle ``` subprojects { afterEvaluate {project -> if (project.hasProperty("android")) { android { compileSdkVersion 28 buildToolsVersion "28.0.3" } } } } ```
Im currently experiencing this issue too.
I just want to share the solution i made that works for me. 1. First i created a css file to add the font faces (ex. _fonts.css_). ``` @font-face {...