forked from vergnet/application-amicale
Fixed ios warnings
This commit is contained in:
parent
f617dba1e6
commit
b7e1d56ff6
2 changed files with 2 additions and 2 deletions
1
App.js
1
App.js
|
@ -121,6 +121,7 @@ export default class App extends React.Component<Props, State> {
|
|||
} else {
|
||||
StatusBar.setBarStyle('dark-content', true);
|
||||
}
|
||||
if (Platform.OS === "android")
|
||||
StatusBar.setBackgroundColor(ThemeManager.getCurrentTheme().colors.surface, true);
|
||||
}
|
||||
|
||||
|
|
|
@ -74,7 +74,6 @@ class TabIcon extends React.Component<Props> {
|
|||
style={{
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
alignItem: 'center',
|
||||
}}
|
||||
>
|
||||
<View>
|
||||
|
|
Loading…
Reference in a new issue