I am stuck with a very simple problem. I have login form with username, password and button. In my button handler, I try to get the textinput value. But always get undefined
In React Native 0.43: (Maybe later than 0.43 is OK.)
_handlePress(event) { var username= this.refs.username._lastNativeText;