fix: scaling

Hopefully fixing scaling across different TV types for android/ios
Test for login screen at the moment

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
Lance Chant
2026-01-23 13:32:29 +02:00
parent 3a4042efd5
commit 566ff485fb
6 changed files with 163 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ export function Text(props: TextProps) {
if (Platform.isTV)
return (
<RNText
allowFontScaling={false}
allowFontScaling={true}
style={[{ color: "white" }, style]}
{...otherProps}
/>