mirror of
https://github.com/tooot-app/app
synced 2025-05-17 20:22:45 +02:00
Fix #584
This commit is contained in:
parent
61967f4420
commit
533ff1d549
@ -53,7 +53,7 @@ const ComponentHashtag: React.FC<PropsWithChildren & Props> = ({
|
||||
#{hashtag.name}
|
||||
</CustomText>
|
||||
<View
|
||||
style={{ flexDirection: 'row', alignItems: 'center' }}
|
||||
style={{ flexDirection: 'row', alignItems: 'center', alignSelf: 'stretch' }}
|
||||
onLayout={({
|
||||
nativeEvent: {
|
||||
layout: { height }
|
||||
|
Loading…
x
Reference in New Issue
Block a user