feat: add unified native bridge foundation

This commit is contained in:
Etienne Lescot
2026-03-16 10:41:35 +01:00
committed by EtienneLescot
parent 6f099b3483
commit 44f59bfa89
17 changed files with 1072 additions and 5 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import { fixWebmDuration } from "@fix-webm-duration/fix";
import { useCallback, useEffect, useRef, useState } from "react";
import { toast } from "sonner";
import { useScopedT } from "@/contexts/I18nContext";
import { requestCameraAccess } from "@/lib/requestCameraAccess";
import { nativeBridgeClient } from "@/native";
const TARGET_FRAME_RATE = 60;
const MIN_FRAME_RATE = 30;