mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2025-12-27 11:49:28 +00:00
v1.7.1
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user