chore: upgrade dependencies

This commit is contained in:
Satyajit Sahoo
2020-12-10 02:04:28 +01:00
parent b376e9c5ed
commit 802db004ae
33 changed files with 2527 additions and 2620 deletions

View File

@@ -14,9 +14,7 @@ type MaterialBottomTabParams = {
Chat: undefined;
};
const MaterialBottomTabs = createMaterialBottomTabNavigator<
MaterialBottomTabParams
>();
const MaterialBottomTabs = createMaterialBottomTabNavigator<MaterialBottomTabParams>();
export default function MaterialBottomTabsScreen() {
return (

View File

@@ -1,5 +1,6 @@
import * as React from 'react';
import {
AsyncStorage,
ScrollView,
Platform,
StatusBar,
@@ -7,6 +8,7 @@ import {
Dimensions,
ScaledSize,
Linking,
// @ts-expect-error: we need to use older version of types for now
LogBox,
} from 'react-native';
import { enableScreens } from 'react-native-screens';
@@ -34,7 +36,6 @@ import {
HeaderStyleInterpolators,
} from '@react-navigation/stack';
import { useReduxDevToolsExtension } from '@react-navigation/devtools';
import AsyncStorage from '@react-native-async-storage/async-storage';
import { restartApp } from './Restart';
import LinkingPrefixes from './LinkingPrefixes';