1
0
mirror of https://github.com/tooot-app/app synced 2025-05-18 04:25:09 +02:00
This commit is contained in:
xmflsct 2022-12-19 21:46:37 +01:00
parent 61967f4420
commit 533ff1d549

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 }