Hello,
I'm trying to get authPropsUser and Password to pass on their values to the state so I can do something with those values. However, when I use the onChangeText prop on authProps, using this.setState inside it returns a 'this.setState' is undefined error.
Any way to get by this?