Change font family in native app

1
I want to change font family in native app to Poppins but it is not available in react native’s default font family list. It threw an error when I specified in text style property. So I have to import this font into the app.  I have seen a procedure to add custom font in native app builder or manually into the native template on github. But here I don’t want to go through the build process. I only want to use this font and preview the app using Make it Native 9 app (i.e., without build).  Maybe something like placing font files in some folder and linking those through react native JS style file. Not sure how it will work. Anyone here who have customized font in the native apps?
asked
1 answers
0

I think your best bet is to go for the custom developer app option. Still requires a build, but at least not a production one. Good luck!

answered