We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f818f9b commit ce86ea2Copy full SHA for ce86ea2
lib/types/index.d.ts
@@ -107,7 +107,7 @@ declare module 'react-native-wifi-reborn' {
107
export function connectToProtectedSSID(
108
SSID: string,
109
password: string | null,
110
- isWep: boolean,
+ isWEP: boolean,
111
isHidden: boolean,
112
): Promise<void>;
113
@@ -171,14 +171,14 @@ declare module 'react-native-wifi-reborn' {
171
export function connectToProtectedSSIDOnce(
172
173
174
175
joinOnce: boolean,
176
177
178
export function connectToProtectedSSIDPrefix(
179
SSIDPrefix: string,
180
password: string,
181
182
183
184
//#endregion
0 commit comments