Description
Hey @Ajackster ,
First I wanted to thank you for building this, it has allowed me to save a lot of time building an app for my company and it is really easy to use!
I am having one small issue though. I've recently updated to React Native 0.57.3 (I was previously on 0.55.4). I noticed that for some reason the font family on my text inputs has stopped being updated to my choice of font. All my text components are still respecting the font change, but the text inputs are not (they seem to default to the system font).
So I am calling setCustomText and setCustomTextInput in the same way and one seems to run correctly but the other does not. Any chance you can have a look at this?
Here are a couple of images from my app where you can tell the text inputs do not have the same font as the rest of the text.
https://ibb.co/bxZYRV
https://ibb.co/jJhytA
Thanks for your time!