You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: