Bluesky app fork with some witchin' additions 💫

enable numberOfLines on replyTo component (#9196)

authored by samuel.fm and committed by

GitHub 0f6a99c8 ea9986f1

+3 -1
+3 -1
src/components/Post/PostRepliedTo.tsx
··· 57 57 size="xs" 58 58 style={[t.atoms.text_contrast_medium, {top: -1}]} 59 59 /> 60 - <Text style={textStyle}>{label}</Text> 60 + <Text style={[a.flex_1, textStyle]} numberOfLines={1}> 61 + {label} 62 + </Text> 61 63 </View> 62 64 ) 63 65 }