From 7beefb03f1d18ac8144abd7d214805ed5dad489d Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Thu, 23 Mar 2023 22:44:33 -0400 Subject: [PATCH] Update handoff.tsx --- components/handoff.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/handoff.tsx b/components/handoff.tsx index a7c67a539..cd8abdadf 100644 --- a/components/handoff.tsx +++ b/components/handoff.tsx @@ -1,4 +1,5 @@ import React, { useContext } from 'react'; +// @ts-ignore: react-native-handoff is not in the type definition import Handoff from 'react-native-handoff'; import { BlueStorageContext } from '../blue_modules/storage-context';