Skip to content

Tag: expo

React Native, why secureTextEntry not working?

Why is my secureTextEntry not working ? Here is my code: Answer secureTextEntry does not work with multiline. Here is what React Native’s documentation says: secureTextEntry If true, the text input obscures the text entered so that sensitive text like passwords stay secure. The default value is false. Does no…