Answers for "text input placeholder color react native"

4

text input placeholder color react native

<TextInput
   placeholder="something"
   placeholderTextColor="#000" 
/>
// By Ray: https://stackoverflow.com/a/44739397
Posted by: Guest on July-28-2021

Code answers related to "text input placeholder color react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language