okay then

This commit is contained in:
Violet Caulfield
2025-02-16 11:53:56 -06:00
parent c7cb34cc4c
commit 46ea4c3f9a
+1
View File
@@ -13,6 +13,7 @@ export function RunTimeTicks({ children } : { children?: number | null | undefin
return <Text>0:00</Text>
let time = runOnRuntime(backgroundRuntime, (ticks : number) => {
'worklet';
return calculateRunTimeFromTicks(ticks)
})(children);