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({
|
const styles = StyleSheet.create({
|
||||||
outer: {
|
outer: {
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
flex: 1,
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
padding: 15,
|
padding: 15,
|
||||||
|
paddingBottom: Platform.OS === 'ios' ? 0 : 50,
|
||||||
height: '100%',
|
height: '100%',
|
||||||
},
|
},
|
||||||
topbar: {
|
topbar: {
|
||||||
|
|
Loading…
Reference in New Issue