Closed
Description
Issue Description
Text bot is invisible when keyboard active in android with expo. I'm usingforceGetKeyboardHeight={true}
and the message content moves correctly but there is an empty space instead of the textbox.
Steps to Reproduce / Code Snippets
<GiftedChat
messages={this.state.messages}
forceGetKeyboardHeight={true}
onSend={(messages) => this.onSend(messages)}
user={{
_id: 1,
}}
/>
Expected Results
The text box should be visible.
Additional Information
- Nodejs version: 8.9.3
- React version: 16.0.0
- React Native version: expo react native sdk 23.0.0
- react-native-gifted-chat version: 0.3.0
- expo version: 23.0.0
- Platform(s) (iOS, Android, or both?): Tested on android