Reputation: 626
I have a TextInput field that I want to use for password as such
<TextInput secureTextEntry="true"></TextInput>
but I keep getting this warning in the iOS emulator and also in the chrome debug tools
Failed propType: Invalid prop `secureTextEntry` of type `string` supplied to `TextInput`, expected `boolean`.
I am on "react-native": "^0.16.0"
Upvotes: 8
Views: 2526