Is there a way to set fontStyle: 'italic'
only for the placeholder
of the TextInput in React Native?
looking here at the documentation seems like you can only set a placeholder and placeholderTextColor.
You can set your placeholder color by using the placeholderTextColor
prop.
<TextInput placeholderTextColor={'red'} />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With