Remove unused imports

This commit is contained in:
Arnaud Vergnet 2020-09-21 18:53:46 +02:00
parent 5c1052fbd4
commit 85b0b9de29

View file

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