Let text wrap in invite dialog (#10855)

This commit is contained in:
Eric Bailey
2026-06-10 16:06:09 -05:00
committed by GitHub
parent 871e9506df
commit b4dff0f4b7
@@ -370,9 +370,7 @@ export function InviteLinkDialog({
value={ownerValue}
onPress={() => setStep(Step.GENERATE)}>
<View style={[a.flex_1]}>
<Text numberOfLines={1} style={[a.text_sm]}>
{ownerValue}
</Text>
<Text style={[a.text_sm]}>{ownerValue}</Text>
</View>
</EditTextButton>
</View>