I want to create a TextInput which can grow automatically when it has multilines.
Think that the React Native team fixed it in current version (0.59) with the multiline prop.
multiline
This works for me
this.setState({ text })} value={this.state.text} />