Get the composer into a passable visual state on android when the keyboard is open
parent
297664bfe2
commit
d83571a59e
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue