fix(flag): react19 up

This commit is contained in:
devthejo 2025-10-01 12:57:40 +02:00
parent 6bfb8e2587
commit 279306ce41

View file

@ -101,7 +101,12 @@ export default function PhoneNumberReadOnly({
alignItems: "center",
}}
>
<Flag countryCode={phoneCountry} flagSize={20} />
<Flag
countryCode={phoneCountry}
flagSize={20}
withFlagButton
withEmoji
/>
{useCode && (
<Text style={{ fontSize: 18, paddingRight: 5 }}>+{code}</Text>
)}