This commit is contained in:
Hetmann Wilhelm Iohan
2021-07-15 09:51:59 +03:00
parent bc98d57598
commit 4df0fe705a
4 changed files with 25 additions and 13 deletions

View File

@@ -1,5 +1,4 @@
import React from "react";
import { useSafeArea } from "react-native-safe-area-context";
import {
ScrollView,
StyleSheet,
@@ -11,7 +10,6 @@ import Images from "../constants/Images";
import { DrawerItem as DrawerCustomItem } from '../components';
function CustomDrawerContent({ drawerPosition, navigation, profile, focused, state, ...rest }) {
const insets = useSafeArea();
const screens = [
"Home",
"Profile",