fix(flag): react19 up

This commit is contained in:
devthejo 2025-10-01 12:57:40 +02:00
parent 35753e0f53
commit 10e29055c5
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351

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>
)}