|
|
@ -64,11 +64,10 @@ function ConversationScreen(props: { navigation: any; }) {
|
|
|
|
keyExtractor={item => item.getMessageId().toString()}
|
|
|
|
keyExtractor={item => item.getMessageId().toString()}
|
|
|
|
inverted
|
|
|
|
inverted
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextInput
|
|
|
|
<TextInput
|
|
|
|
style={{height: '7%',
|
|
|
|
style={{height: 40,
|
|
|
|
width: '90%',
|
|
|
|
width: '90%',
|
|
|
|
borderRadius: '15%',
|
|
|
|
borderRadius: 50,
|
|
|
|
backgroundColor: 'white',
|
|
|
|
backgroundColor: 'white',
|
|
|
|
padding: 10,
|
|
|
|
padding: 10,
|
|
|
|
marginBottom: '7%',
|
|
|
|
marginBottom: '7%',
|
|
|
|