Función para mostrar la contraseña en react native [ESP- ENG]

in StemSocial4 days ago

Cuando uno utiliza este marco de trabajo para desarrollar aplicaciones híbridas o para cierto sistema operativos suele aparecer un requerimiento que algunos clientes solicitan o un desarrollador por cuenta propia quiere implementarlo dentro de aplicación el cual es la visibilidad de la contraseña en un campo de texto.
Si bien por defecto utilizar el tipo contraseña en este campo para llenar hace que solo se puedan ver puntos, también se puede modificar a través de un atributo para hacerlo visible pero uno por lo general desea que sea un caso o el otro. Con esto me refiero a que ocurra el caso en el que no se puede ver nunca la contraseña o en el que posee alguna función para visualizar temporalmente la contraseña.

When one uses this framework to develop hybrid applications or for a certain operating system, a requirement that some clients request or a self-employed developer wants to implement within the application usually appears, which is the visibility of the password in a text field. Although by default using the type password in this field to fill in means that only points can be seen, it can also be modified through an attribute to make it visible but one generally wants it to be one case or the other. By this I mean that the case occurs in which the password can never be seen or in which it has some function to temporarily view the password.
![pass.jpg]() Dado que el atributo que administra esta función solo requiere de un boleano implementar una función para cambiar ese estado es bastante sencillo porque solo se requiere de una variable que previamente guarde el estado si es verdadero o falso y una función que lo altere y actualice el estado de esa pantalla.
Since the attribute that manages this function only requires a boolean, implementing a function to change that state is quite simple because it only requires a variable that previously saves the state if it is true or false and a function that alters it and updates the state of that screen.
![pass.jpg]()

pass1.jpg

pass2.jpg

Sort:  

Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support.