[APP-1684] Some contact import tweaks (#9555)
* Handle download link * Improve NUX geo gating from #9549 * Fix alignment of phone code select * Show full name * Add gate to nux banner * Add gate to settings screen * Invert gate check in settings, whoops
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {Fragment, useMemo} from 'react'
|
||||
import {Text as RNText} from 'react-native'
|
||||
import {Image} from 'expo-image'
|
||||
import {msg} from '@lingui/macro'
|
||||
import {useLingui} from '@lingui/react'
|
||||
@@ -113,5 +114,5 @@ function Flag({unicodeFlag, svgFlag}: {unicodeFlag: string; svgFlag: any}) {
|
||||
/>
|
||||
)
|
||||
}
|
||||
return unicodeFlag + ' '
|
||||
return <RNText style={[{lineHeight: 21}]}>{unicodeFlag + ' '}</RNText>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user