You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,30 +3,28 @@
3
3
## Installation
4
4
5
5
```sh
6
-
npm install web3auth-react-native-sdk
6
+
npm install @web3auth/react-native-sdk
7
7
```
8
8
9
9
To allow the SDK to work with exported Expo Android apps, you need to place a designated scheme into `app.json`, like below:
10
10
11
11
```js
12
-
"scheme":"openloginexposdkexampleexpo",
12
+
"scheme":"web3authreactnativesdkexample",
13
13
```
14
14
15
-
### Bare React Native apps
16
-
17
-
If you want to use this SDK with bare React Native apps, you can take reference to the sample app in https://github.com/torusresearch/openlogin-expo-bare-sample .
18
-
19
15
## Usage
20
16
21
-
Please see [App.tsx](./openlogin-expo-sdk-example-expo/App.tsx) for detailed example.
17
+
Please see [App.tsx](./example/App.tsx) for detailed example.
0 commit comments