I'm make simple screen contains only one TextInput with placeholder, but placeholder on displayed. What is wrong?
MyComponent:
render() {
<TextInput
placeHolder="placeholder"
/>
}
index.js:
export default () => {
<MyComponent />
}
wrapping TextInput into View don't help.
Looks like you misspelled the prop placeholder
to placeHolder
. See https://facebook.github.io/react-native/docs/textinput.html#placeholder.
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