for function : onChangeText={(text) => { this.setState({ password: text, }) it cannot work
for function :
onChangeText={(text) => { this.setState({
password: text,
})
it cannot work