mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"platforms": ["ios", "tvos", "android", "web"],
|
|
"ios": {
|
|
"modules": ["VlcPlayerModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.vlcplayer.VlcPlayerModule"]
|
|
}
|
|
}
|