From 50040df302b28362234a095485ec8a340bb0f227 Mon Sep 17 00:00:00 2001 From: Nikita Grevtsov Date: Tue, 13 Jan 2026 17:23:06 +0500 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D1=83=D0=B5=D0=BC=D0=B0=D1=8F=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20@gorhom/portal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - src/components/Dialog/__tests__/Dialog.test.tsx | 7 +------ yarn.lock | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index f77b8c1..7e1078c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "pod-install": "bundle exec pod install --project-directory=ios" }, "dependencies": { - "@gorhom/portal": "^1.0.14", "@tabler/icons-react-native": "^3.36.0" }, "devDependencies": { diff --git a/src/components/Dialog/__tests__/Dialog.test.tsx b/src/components/Dialog/__tests__/Dialog.test.tsx index 0cb3b77..02587a4 100644 --- a/src/components/Dialog/__tests__/Dialog.test.tsx +++ b/src/components/Dialog/__tests__/Dialog.test.tsx @@ -1,4 +1,3 @@ -import { PortalProvider } from '@gorhom/portal' import { render } from '@testing-library/react-native' import { Text } from 'react-native' @@ -24,11 +23,7 @@ describe('Dialog component tests', () => { ] test.each(snapshotCases)('%s', (_, props) => { - const renderedDialog = render( - - - - ) + const renderedDialog = render() expect(renderedDialog.toJSON()).toMatchSnapshot() }) diff --git a/yarn.lock b/yarn.lock index 25d4452..5b49e04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2766,7 +2766,6 @@ __metadata: "@eslint/compat": "npm:2.0.0" "@expo/metro-runtime": "npm:6.1.2" "@gorhom/bottom-sheet": "npm:5.2.8" - "@gorhom/portal": "npm:^1.0.14" "@react-native-async-storage/async-storage": "npm:2.2.0" "@react-native-community/datetimepicker": "npm:8.5.1" "@react-native-community/slider": "npm:5.1.1"