Is there a way to set fontStyle: 'italic' only for the placeholder of the TextInput in React Native?
fontStyle: 'italic'
placeholder
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.
placeholderTextColor
<TextInput placeholderTextColor={'red'} />
1.4m articles
1.4m replys
5 comments
57.0k users