Almond Joseph Mendoza

Results 1 comments of Almond Joseph Mendoza

If anyone still is looking for a fix, you could try ``` this.setState({textValue})}/> setTimeout(() => this.refs.multilineText.focus(), 1000) } value={this.state.textValue} onChangeText={(textValue) => this.setState({textValue})} /> ``` Its a dirty hack but it...