react-native TextInput placeholder not visible
Looks like you misspelled the prop placeholder
to placeHolder
. See https://facebook.github.io/react-native/docs/textinput.html#placeholder.
Some like me, may come here forgetting they don't use the default colors. Make sure you adjust the placeholderTextColor property to contrast your background color.