Closed jrichardlai closed 9 years ago
Was crashing
the goal is for TextInput to act like the "real" one. maybe add something like this to TextInput:
focus() { return this.refs.input.focus(); }
Was crashing