mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"platforms": ["ios", "tvos", "android"],
|
|
"ios": {
|
|
"modules": ["SfPlayerModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.sfplayer.SfPlayerModule"]
|
|
}
|
|
}
|