Fixed ios warnings

Este commit está contenido en:
Arnaud Vergnet 2020-04-23 11:23:38 +02:00
padre f617dba1e6
commit b7e1d56ff6
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

3
App.js
Ver fichero

@ -121,7 +121,8 @@ export default class App extends React.Component<Props, State> {
} else {
StatusBar.setBarStyle('dark-content', true);
}
StatusBar.setBackgroundColor(ThemeManager.getCurrentTheme().colors.surface, true);
if (Platform.OS === "android")
StatusBar.setBackgroundColor(ThemeManager.getCurrentTheme().colors.surface, true);
}
/**

Ver fichero

@ -74,7 +74,6 @@ class TabIcon extends React.Component<Props> {
style={{
flex: 1,
justifyContent: 'center',
alignItem: 'center',
}}
>
<View>