Skip to content

Commit 1c74d5d

Browse files
authored
docs: add api reference
1 parent 321e5f1 commit 1c74d5d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ npm install @toruslabs/react-native-web-browser
1010

1111
## Usage
1212

13-
```js
14-
import { multiply } from '@toruslabs/react-native-web-browser';
13+
Since we implement the exact same API of [`expo-web-browser`](https://docs.expo.dev/versions/latest/sdk/webbrowser/)
14+
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.
1516

16-
// ...
17-
18-
const result = await multiply(3, 7);
19-
```
2017

2118
## Contributing
2219

0 commit comments

Comments
 (0)