diff --git a/app/views/Styles.ts b/app/views/Styles.ts index dd7c9864b..dfff6307c 100644 --- a/app/views/Styles.ts +++ b/app/views/Styles.ts @@ -7,7 +7,8 @@ const defaultTextStyle: TextStyle = { backgroundColor: 'transparent', ...Platform.select({ android: { - includeFontPadding: false + includeFontPadding: false, + alignSelf: 'stretch' } }) };