Files
streamyfin/modules/wifi-ssid/expo-module.config.json
Lance Chant 64b9224b7a fix: network location settings
Fixed android location settings for wifi network connections as didn't
exist
Added some better wording to assist

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
2026-07-14 14:43:12 +02:00

12 lines
209 B
JSON

{
"name": "wifi-ssid",
"version": "1.0.0",
"platforms": ["ios", "android"],
"ios": {
"modules": ["WifiSsidModule"]
},
"android": {
"modules": ["expo.modules.wifissid.WifiSsidModule"]
}
}