This commit is contained in:
xmflsct 2022-12-19 21:46:37 +01:00
parent 61967f4420
commit 533ff1d549
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const ComponentHashtag: React.FC<PropsWithChildren & Props> = ({
#{hashtag.name} #{hashtag.name}
</CustomText> </CustomText>
<View <View
style={{ flexDirection: 'row', alignItems: 'center' }} style={{ flexDirection: 'row', alignItems: 'center', alignSelf: 'stretch' }}
onLayout={({ onLayout={({
nativeEvent: { nativeEvent: {
layout: { height } layout: { height }