Merge branch 'develop' into fix/vlc4

This commit is contained in:
Gauvain
2025-07-21 14:10:33 +02:00
committed by GitHub
210 changed files with 4785 additions and 2011 deletions

View File

@@ -1,6 +1,7 @@
import { requireNativeViewManager } from "expo-modules-core";
import * as React from "react";
import { ViewStyle } from "react-native";
import { Platform, ViewStyle } from "react-native";
import { useSettings, VideoPlayer } from "@/utils/atoms/settings";
import type {
VlcPlayerSource,
VlcPlayerViewProps,