mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
wip
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import * as BackgroundFetch from "expo-background-fetch";
|
||||
import { Platform } from "react-native";
|
||||
const BackgroundFetch = !Platform.isTV
|
||||
? require("expo-background-fetch")
|
||||
: null;
|
||||
|
||||
export const BACKGROUND_FETCH_TASK = "background-fetch";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user