From a59eee6d4b95ef16e18321bb48072af16f4018dd Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Sat, 20 Feb 2021 12:01:00 -0500 Subject: fixed normalize import --- src/components/common/GenericMoreInfoDrawer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/common/GenericMoreInfoDrawer.tsx b/src/components/common/GenericMoreInfoDrawer.tsx index b91c38c8..ff32a464 100644 --- a/src/components/common/GenericMoreInfoDrawer.tsx +++ b/src/components/common/GenericMoreInfoDrawer.tsx @@ -8,11 +8,10 @@ import { ViewProps, ViewStyle, } from 'react-native'; -import { normalize } from 'react-native-elements'; import {useSafeAreaInsets} from 'react-native-safe-area-context'; import {BottomDrawer} from '.'; import {TAGG_LIGHT_BLUE} from '../../constants'; -import {SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils'; +import {normalize, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils'; // conforms the JSX onPress attribute type type OnPressHandler = (event: GestureResponderEvent) => void; -- cgit v1.2.3-70-g09d2