Let text wrap

This commit is contained in:
Eric Bailey
2026-06-10 16:00:06 -05:00
parent 974d2b15d5
commit b1f01eed57
@@ -356,9 +356,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>