Issue Description
By using therenderComposer to access the onChange prop it will disable inherited props like renderSend and this.props.text and the growing height of the TextInput.
Steps to Reproduce / Code Snippets
renderComposer(props) {
return (
<Composer {...props} onChange={() => this.handleChangeText()} />
)
}
Expected Results
Composer remains intact and onChange sends back event information to be able to fire off that the user is typing.
Additional Information
- React Native version: 0.36.0
- react-native-gifted-chat version: 0.0.6
- Platform(s) (iOS, Android, or both?): iOS