Update drawerList.js

This commit is contained in:
Marcos Rodriguez Velez 2023-03-27 09:21:40 -04:00 committed by Overtorment
parent 7c6cc346bb
commit ab09e7dbb1

View file

@ -1,5 +1,5 @@
import React, { useContext, useEffect, useRef } from 'react';
import { StatusBar, StyleSheet } from 'react-native';
import { StyleSheet } from 'react-native';
import { DrawerContentScrollView } from '@react-navigation/drawer';
import ReactNativeHapticFeedback from 'react-native-haptic-feedback';
import PropTypes from 'prop-types';
@ -65,7 +65,6 @@ const DrawerList = props => {
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicator={false}
>
<StatusBar barStyle="default" />
<BlueHeaderDefaultMain leftText={loc.wallets.list_title} onNewWalletPress={onNewWalletPress} isDrawerList />
<WalletsCarousel
data={wallets.concat(false)}