I'm trying to use a custom font on my vue native app, but dontt find how to do this. I've tried use @font-face.enter image description here
i found something like Font.loadAsync from react native, but i don't know how to use this
I'm trying to use a custom font on my vue native app, but dontt find how to do this. I've tried use @font-face.enter image description here
i found something like Font.loadAsync from react native, but i don't know how to use this
I been using expo documentation, perhaps this can leads you to a solution
Edit: Well after installing the given font package, I imported expo-font in my app.vue file then I loaded inside the google font package and that's all