diff options
Diffstat (limited to 'packages/mobile/app/_layout.tsx')
| -rw-r--r-- | packages/mobile/app/_layout.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/mobile/app/_layout.tsx b/packages/mobile/app/_layout.tsx index b37585e2..d3cbbee1 100644 --- a/packages/mobile/app/_layout.tsx +++ b/packages/mobile/app/_layout.tsx @@ -11,9 +11,7 @@ import { Providers } from "@/lib/providers"; export default function RootLayout() { const router = useRouter(); - const { hasShareIntent, shareIntent, resetShareIntent } = useShareIntent({ - debug: true, - }); + const { hasShareIntent, shareIntent, resetShareIntent } = useShareIntent(); useEffect(() => { if (hasShareIntent) { |
