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'} />
2.1m questions
2.1m answers
60 comments
57.0k users