diff --git a/app/+html.tsx b/app/+html.tsx index 9775864..88fcdf4 100644 --- a/app/+html.tsx +++ b/app/+html.tsx @@ -2,6 +2,7 @@ import { ScrollViewStyleReset, useServerDocumentContext, } from "expo-router/html"; +import { Analytics } from "@vercel/analytics/react"; import type { PropsWithChildren } from "react"; // This file is web-only and used to configure the root HTML for every @@ -38,6 +39,7 @@ export default function Root({ children }: PropsWithChildren) {
{children} {bodyNodes} +