We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68ba92 commit 31bc497Copy full SHA for 31bc497
README.md
@@ -60,7 +60,7 @@ const App = () => {
60
### openBrowser(url: string, options: Options)
61
62
```tsx
63
-import { openBrowser } from "react-ux-form";
+import { openBrowser } from "@swan-io/react-native-browser";
64
65
openBrowser("https://swan.io", {
66
dismissButtonStyle: "close", // "cancel" | "close" | "done" (default to "close")
0 commit comments