Fixed ios warnings
このコミットが含まれているのは:
コミット
b7e1d56ff6
2個のファイルの変更、2行の追加、2行の削除
1
App.js
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>
|
||||||
|
|
|
||||||
読み込み中…
新しいイシューから参照