mirror of
https://github.com/tooot-app/app
synced 2025-01-06 23:01:51 +01:00
parent
8a1ccdb305
commit
051dc7be8c
@ -322,7 +322,11 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
||||
|
||||
return (
|
||||
<IntlProvider locale={i18n.language}>
|
||||
<StatusBar backgroundColor={colors.backgroundDefault} />
|
||||
<StatusBar
|
||||
{...(Platform.OS === 'ios' && {
|
||||
backgroundColor: colors.backgroundDefault
|
||||
})}
|
||||
/>
|
||||
<NavigationContainer
|
||||
ref={navigationRef}
|
||||
theme={themes[theme]}
|
||||
|
Loading…
Reference in New Issue
Block a user