Try an example app and debug issues

This commit is contained in:
2026-04-19 23:40:54 +02:00
parent f2332b4844
commit 9c8fdbcc53
10 changed files with 320 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type { Source } from "./types/source";
import { useLazyRef } from "./utils/lazy-ref";
const ProviderFactory = NitroModules.createHybridObject<OmniPlayerFactory>(
"OmniProviderFactory",
"OmniPlayerFactory",
);
const PlayerCtx = createContext<OmniPlayer>(null!);