Delete unused code, remove logs, add dnd package.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { checkUserSession } from "@/redux/user/user.actions";
|
||||
import { selectBodyshop, selectCurrentUser } from "@/redux/user/user.selectors";
|
||||
import { ApolloProvider } from "@apollo/client";
|
||||
import { loadDevMessages, loadErrorMessages } from "@apollo/client/dev";
|
||||
import MaterialIcons from "@expo/vector-icons/MaterialIcons";
|
||||
import {
|
||||
DarkTheme,
|
||||
@@ -28,6 +29,9 @@ import { persistor, store } from "../redux/store";
|
||||
import "../translations/i18n";
|
||||
import { registerForPushNotificationsAsync } from "../util/notificationHandler";
|
||||
|
||||
loadDevMessages();
|
||||
loadErrorMessages();
|
||||
|
||||
function AuthenticatedLayout() {
|
||||
const { t } = useTranslation();
|
||||
const paperTheme = usePaperTheme();
|
||||
|
||||
Reference in New Issue
Block a user