This commit is contained in:
Fredrik Burmester
2024-10-12 13:41:09 +02:00
parent bf8687a473
commit ba6322bb1f
3 changed files with 58 additions and 25 deletions

View File

@@ -21,6 +21,8 @@ export type ProgressUpdatePayload = {
nativeEvent: {
currentTime: number;
duration: number;
isPlaying: boolean;
isBuffering: boolean;
};
};