diff --git a/app/screens/Connection.tsx b/app/screens/Connection.tsx index b390f316..db2c9ef2 100644 --- a/app/screens/Connection.tsx +++ b/app/screens/Connection.tsx @@ -16,6 +16,7 @@ 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