Fixes #1226
This commit is contained in:
Vlad Filippov 2018-06-27 16:31:17 -04:00 коммит произвёл GitHub
Родитель 95fd242405
Коммит f2cc06fe29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -143,7 +143,6 @@ const styles = StyleSheet.create({
toolbar: {
backgroundColor: 'white',
padding: 0,
opacity: 0.9,
shadowOpacity: 0,
elevation: 0,
paddingTop: StatusBar.currentHeight

Просмотреть файл

@ -147,7 +147,7 @@ const App = createDrawerNavigator(
class Notes extends React.Component {
componentDidMount() {
StatusBar.setBackgroundColor('rgba(249, 249, 250, 0.3)');
StatusBar.setBackgroundColor('rgba(255, 255, 255, 0.3)');
StatusBar.setTranslucent(true);
StatusBar.setBarStyle('dark-content');
trackEvent('open');