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

zio/stable
Paul Frazee 2022-12-20 14:55:50 -06:00
parent 297664bfe2
commit d83571a59e
1 changed files with 2 additions and 0 deletions

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: {