We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2cdcc commit 72ef6cdCopy full SHA for 72ef6cd
src/internal/nativeModule.web.ts
@@ -183,6 +183,7 @@ const getCurrentState = (
183
details: {
184
isConnectionExpensive,
185
ssid: null,
186
+ bssid: null,
187
strength: null,
188
ipAddress: null,
189
subnet: null,
src/internal/types.ts
@@ -67,6 +67,7 @@ export type NetInfoWifiState = NetInfoConnectedState<
67
NetInfoStateType.wifi,
68
{
69
ssid: string | null;
70
+ bssid: string | null;
71
strength: number | null;
72
ipAddress: string | null;
73
subnet: string | null;
0 commit comments