Get the composer into a passable visual state on android when the keyboard is open

This commit is contained in:
Paul Frazee 2022-12-20 14:55:50 -06:00
parent 297664bfe2
commit d83571a59e

View file

@ -342,8 +342,10 @@ function replaceTextAutocompletePrefix(text: string, item: string) {
const styles = StyleSheet.create({
outer: {
flexDirection: 'column',
flex: 1,
backgroundColor: '#fff',
padding: 15,
paddingBottom: Platform.OS === 'ios' ? 0 : 50,
height: '100%',
},
topbar: {