1
0
mirror of https://github.com/tooot-app/app synced 2024-12-27 09:52:41 +01:00
This commit is contained in:
xmflsct 2023-02-11 18:12:50 +01:00
parent 2de5a251ce
commit 620dcfccdb

View File

@ -221,9 +221,7 @@ const Screens: React.FC = () => {
<IntlProvider locale={i18n.language}> <IntlProvider locale={i18n.language}>
<StatusBar <StatusBar
backgroundColor={colors.backgroundDefault} backgroundColor={colors.backgroundDefault}
{...(Platform.OS === 'android' && { barStyle={theme === 'light' ? 'dark-content' : 'light-content'}
barStyle: theme === 'light' ? 'dark-content' : 'light-content'
})}
/> />
<NavigationContainer <NavigationContainer
ref={navigationRef} ref={navigationRef}