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 321e5f1 commit 1c74d5dCopy full SHA for 1c74d5d
README.md
@@ -10,13 +10,10 @@ npm install @toruslabs/react-native-web-browser
10
11
## Usage
12
13
-```js
14
-import { multiply } from '@toruslabs/react-native-web-browser';
+Since we implement the exact same API of [`expo-web-browser`](https://docs.expo.dev/versions/latest/sdk/webbrowser/)
+except a few changes the cater Expo-specific stuffs, please refer to the documentation in
15
+https://docs.expo.dev/versions/v45.0.0/sdk/webbrowser/ for API usages.
16
-// ...
17
-
18
-const result = await multiply(3, 7);
19
-```
20
21
## Contributing
22
0 commit comments