Fixed ios warnings

このコミットが含まれているのは:
Arnaud Vergnet 2020-04-23 11:23:38 +02:00
コミット b7e1d56ff6
2個のファイルの変更2行の追加2行の削除

1
App.js
ファイルの表示

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

ファイルの表示

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