[FIX] Message author touchable taking whole space available (#3048)

Co-authored-by: Gerzon Z <gerzonc@icloud.com>
This commit is contained in:
Diego Mello 2021-04-19 11:33:07 -03:00 committed by GitHub
parent 3f4fa04f04
commit 21b587749c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 154 additions and 77 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@ const styles = StyleSheet.create({
container: {
flex: 1,
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center'
},
username: {
@ -30,7 +31,7 @@ const styles = StyleSheet.create({
...sharedStyles.textMedium
},
titleContainer: {
flex: 1,
flexShrink: 1,
flexDirection: 'row',
alignItems: 'center'
},