mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-20 01:58:22 +00:00
wip
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"platforms": ["apple"],
|
||||
"platforms": ["ios"],
|
||||
"apple": {
|
||||
"modules": ["HlsDownloaderModule"]
|
||||
},
|
||||
|
||||
Binary file not shown.
@@ -1,3 +1,5 @@
|
||||
import { requireNativeModule } from "expo-modules-core";
|
||||
|
||||
// It loads the native module object from the JSI or falls back to
|
||||
// the bridge module (from NativeModulesProxy) if the remote debugger is on.
|
||||
export default requireNativeModule("HlsDownloader");
|
||||
|
||||
Reference in New Issue
Block a user