auto scale title font insted of showing dots

This commit is contained in:
Blake Kaufman
2026-06-29 10:03:53 -04:00
parent 1b0699eeea
commit 7802fd7d6a
+1
View File
@@ -527,6 +527,7 @@ export default function BTCMapScreen() {
<View style={[styles.navTitlePill, { backgroundColor }]}>
<ThemeText
CustomNumberOfLines={1}
adjustsFontSizeToFit={true}
styles={styles.navTitle}
content={t('screens.btcMap.map.title')}
/>