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 0f69bb2 commit e8cb4d3Copy full SHA for e8cb4d3
src/internal/nativeModule.web.ts
@@ -183,6 +183,7 @@ const getCurrentState = (
183
details: {
184
isConnectionExpensive,
185
ssid: null,
186
+ strength: null,
187
ipAddress: null,
188
subnet: null,
189
frequency: null,
src/internal/types.ts
@@ -67,6 +67,7 @@ export type NetInfoWifiState = NetInfoConnectedState<
67
NetInfoStateType.wifi,
68
{
69
ssid: string | null;
70
+ strength: number | null;
71
ipAddress: string | null;
72
subnet: string | null;
73
frequency: number | null;
0 commit comments