Update handoff.tsx

This commit is contained in:
Marcos Rodriguez Velez 2023-03-23 22:44:33 -04:00
parent f63bf7ea61
commit 7beefb03f1

View file

@ -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';