[Contacts] NUXes (#9515)

* add a bunch of number parsing logic with libphonenumber

* add banner nux

* add announcement nux

* native only nux

* rm shitty animation

* move isNative check
This commit is contained in:
Samuel Newman
2025-12-10 21:48:33 +02:00
parent f6fc5bc4a6
commit 0b6a7de270
10 changed files with 269 additions and 26 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ export function Outer({
}: {
children: React.ReactNode
noBottomBorder?: boolean
headerRef?: React.MutableRefObject<View | null>
headerRef?: React.RefObject<View | null>
sticky?: boolean
}) {
const t = useTheme()
@@ -183,7 +183,7 @@ export function TitleText({
<Text
style={[
a.text_lg,
a.font_bold,
a.font_semi_bold,
a.leading_tight,
isIOS && align === 'platform' && a.text_center,
gtMobile && a.text_xl,