fix(flag): react19 up
This commit is contained in:
parent
35753e0f53
commit
10e29055c5
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue