Skip to content

Commit

Permalink
fix one flag
Browse files Browse the repository at this point in the history
  • Loading branch information
arminsalcin authored and xcarpentier committed Mar 19, 2021
1 parent 424e3d8 commit bda90df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/CountryList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,7 @@ const CountryItem = (props: CountryItemProps) => {
/>
)}
<View style={styles.itemCountryName}>
<CountryText
allowFontScaling={false}
numberOfLines={2}
ellipsizeMode='tail'
>
<CountryText numberOfLines={2} ellipsizeMode='tail'>
{country.name}
{extraContent.length > 0 && ` (${extraContent.join(', ')})`}
</CountryText>
Expand Down

0 comments on commit bda90df

Please sign in to comment.