From 475bb9bc9d59a8b5d6c84eb7ec5d8fcbf263fc9a Mon Sep 17 00:00:00 2001 From: poonam-ghewande <133869533+poonam-ghewande@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:21:32 +0530 Subject: [PATCH] feat/social-share certificate (#144) Co-authored-by: Sai Ranjit Tummalapalli Signed-off-by: Sai Ranjit Tummalapalli Signed-off-by: Poonam Ghewande --- app/screens/Connection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/screens/Connection.tsx b/app/screens/Connection.tsx index db2c9ef2..b390f316 100644 --- a/app/screens/Connection.tsx +++ b/app/screens/Connection.tsx @@ -16,7 +16,6 @@ import { useNotifications } from '../hooks/notifications' import { Screens, TabStacks, DeliveryStackParams, Stacks } from '../types/navigators' import { useAppAgent } from '../utils/agent' import { testIdWithKey } from '../utils/testable' -import { heightPercentageToDP } from 'react-native-responsive-screen' type ConnectionProps = StackScreenProps