Closed
Description
There is an issue with the keyboard/height adjustments when displaying the component in a Modal
.
It can be reproduced with the following simple render code:
<Image source={{ uri: 'http://cdn.pcwallart.com/images/dark-gradient-tumblr-wallpaper-1.jpg'}} style={{ flex: 1 }}>
<GiftedChat />
</Image>
When focusing the TextInput, the component correctly resizes and positiones the input bar:
However when the code above is wrapped in a <Modal> .. </Modal>
the following happens when focusing the TextInput:
There are no issues on iOS.
Metadata
Metadata
Assignees
Labels
No labels