yamankatby / react-native-material

Modular and customizable Material Design UI components for React Native
https://rn-material.js.org
MIT License
223 stars 38 forks source link

TextInput prop secureTextEntry not working #62

Open JoaoVitorJJV opened 9 months ago

JoaoVitorJJV commented 9 months ago

Hello everyone, I've been using from react-native-material in my project for a while, and everything was working fine. However, recently, I've been trying to use secureTextEntry for my input, but it's not working. It's strange because it was working a few days ago but stopped working on the Android system. I use a state to toggle the value of secureTextEntry, and it's working fine, but not on my device. However, when I use the from the native react-native, it works normally, which rules out the possibility of an issue with my device. Anyway, I'm left with this doubt.

RN Version: 0.72 react-native-material Version: 1.3.5