Skip to content

Commit

Permalink
fix: Fix remove not used things
Browse files Browse the repository at this point in the history
  • Loading branch information
ww8007 committed May 11, 2022
1 parent be622f1 commit ba2907b
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions src/screens/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
/* eslint-disable react-hooks/exhaustive-deps */
import React, { useState, useCallback, useRef, useEffect } from 'react';
import {
StyleSheet,
FlatList,
ScrollView,
Platform,
RefreshControl
} from 'react-native';
import {
useNavigation,
DrawerActions,
useTheme
} from '@react-navigation/native';
import Constants from 'expo-constants';
import { StyleSheet, FlatList, ScrollView, RefreshControl } from 'react-native';
import { useNavigation, DrawerActions } from '@react-navigation/native';

import * as Notifications from 'expo-notifications';
// prettier-ignore
import {SafeAreaView, View, NavigationHeader, MaterialCommunityIcon as Icon, TouchableView, Text, MaterialIcon} from '../theme';
import {
Buttons,
ModalCalendar,
ModalSetting,
ModalUpdate,
Spinner
ModalUpdate
} from '../components';

import type { LeftRightNavigationMethods } from '../components';
Expand Down

0 comments on commit ba2907b

Please sign in to comment.