Skip to content

Commit

Permalink
Remove App-Prefs:root=WIFI
Browse files Browse the repository at this point in the history
  • Loading branch information
dangh committed Nov 27, 2018
1 parent 230d428 commit 4ea2ddb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ios/RNWifi.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,5 @@ + (BOOL)requiresMainQueueSetup
reject(@"cannot_detect_ssid", @"Cannot detect SSID", nil);
}

- (NSDictionary*)constantsToExport {
// Officially better to use UIApplicationOpenSettingsURLString
return @{
@"settingsURL": @"App-Prefs:root=WIFI"
};
}

@end

Binary file not shown.

0 comments on commit 4ea2ddb

Please sign in to comment.