react-native-material-textfield
react-native-material-textfield copied to clipboard
Chinese characters are hidden partly in the element
Environment: android Set the label attribute as Chinese characters(eg:中文), the label is hidden partly. And it's ok for English words.
Same here, anyone solve this?

As shown in upper screen snaps, the labels are incomplete both in active/inactive.
BTW, my current workaround is passing labelTextStyle prop a padding top 2.
labelTextStyle: { paddingTop: 2 }