mirror of
https://github.com/tooot-app/app
synced 2024-12-27 09:52:41 +01:00
Fix #702
This commit is contained in:
parent
2de5a251ce
commit
620dcfccdb
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user