I'm using a React Native input tag to display three lines of text. On iOS, it displays fine with the specified font family but on Android, when I specify my font family, the third line of text is cut off. It's not the height of the input (already tried making the height large enough to hold all three lines). Why could this be happening? I read that sometimes there is a conflict with the system font that might be the cause of the issue...
↧
Why is the font family causing text inside of a react native input tag to be cut off on the bottom?
↧