Remove unused imported vars (#2718)

This commit is contained in:
Hirokazu Hata
2017-10-23 01:21:49 +09:00
committed by Vojtech Novak
parent ef9875417d
commit 176a26baa8

View File

@@ -6,7 +6,7 @@ import type { TabScene } from './views/TabView/TabView';
import type { StyleObj } from 'react-native/Libraries/StyleSheet/StyleSheetTypes';
import { Animated, View, Text } from 'react-native';
import { Animated } from 'react-native';
export type ViewStyleProp = StyleObj;
export type TextStyleProp = StyleObj;