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.
1 parent 9ad6d29 commit 246bd24Copy full SHA for 246bd24
README.md
@@ -43,6 +43,7 @@ yarn add @reason-react-native/inappbrowser
43
44
```reason
45
open Js.Promise;
46
+open ReactNativeInAppBrowser;
47
48
let opts = iosOptions(~preferredBarTintColor="#ff0000", ());
49
openBrowser("https://rescript-lang.org", `IosOptions(opts))
@@ -55,6 +56,7 @@ openBrowser("https://rescript-lang.org", `IosOptions(opts))
55
56
57
58
59
60
61
openAuthIos("https://example.com/auth", "myschema://auth", `IosOptions(iosOptions()))
62
|> Js.Promise.then_((result: authResult) => {
0 commit comments