mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-25 15:20:34 +01:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"platforms": ["ios", "android", "web"],
|
|
"ios": {
|
|
"modules": ["VlcPlayerModule"],
|
|
"appDelegateSubscribers": ["AppLifecycleDelegate"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.vlcplayer.VlcPlayerModule"]
|
|
}
|
|
}
|