[Solved] Removing Search Bar

If you’re asking to remove the url-bar on top and bottom navigation from SFSafariViewController, then it is not possible. The native safari-view-controller is supposed to let the user know that they are on a web-browser with the familiar safari UI. If you really want to just show a webpage with no controlls, just use react-native-webview. … Read more