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.
2 parents b68ba92 + 31bc497 commit ca2c325Copy full SHA for ca2c325
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