Browse Source

Remove unused imports

Arnaud Vergnet 3 years ago
parent
commit
85b0b9de29
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      src/components/Tabbar/TabHomeIcon.js

+ 2
- 3
src/components/Tabbar/TabHomeIcon.js View File

@@ -20,12 +20,11 @@
20 20
 // @flow
21 21
 
22 22
 import * as React from 'react';
23
-import {Image, Platform, View} from 'react-native';
24
-import {FAB, TouchableRipple, withTheme} from 'react-native-paper';
23
+import {Image, View} from 'react-native';
24
+import {FAB} from 'react-native-paper';
25 25
 import * as Animatable from 'react-native-animatable';
26 26
 import FOCUSED_ICON from '../../../assets/tab-icon.png';
27 27
 import UNFOCUSED_ICON from '../../../assets/tab-icon-outline.png';
28
-import type {CustomThemeType} from '../../managers/ThemeManager';
29 28
 
30 29
 type PropsType = {
31 30
   focused: boolean,

Loading…
Cancel
Save