React native – Keyboard overlays chat on Android only with react-native-gifted-chat
I'm using react-native-gifted-chat, which says that it handles keyboard overlapping issues by default but it's not working for my on Android. On iOS it works completely fine. Here is my code: return ( <View style={styles.outerContainer}> <View style={styles.container}> <GiftedChat messages={messages} onSend={(messages)…