forked from Ninjalama/streamyfin_mirror
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"platforms": ["ios", "tvos", "android", "web"],
|
|
"ios": {
|
|
"modules": ["VlcPlayerModule"],
|
|
"appDelegateSubscribers": ["AppLifecycleDelegate"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.vlcplayer.VlcPlayerModule"]
|
|
}
|
|
}
|