Skip to content

Commit abe8442

Browse files
committed
Update IB
1 parent aa88c02 commit abe8442

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/pages/quick-start/builder/choices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const SDKS_SFA: DisplayChoice[] = [
6767

6868
export const SDKS_MPC_CORE_KIT: DisplayChoice[] = [
6969
{ key: MPC_CORE_KIT_WEB, displayName: "MPC Core Kit JS SDK for Web" },
70-
{ key: MPC_CORE_KIT_REACT_NATIVE, displayName: "MPC Core Kit JS SDK for React Native" },
70+
{ key: MPC_CORE_KIT_REACT_NATIVE, displayName: "MPC Core Kit React Native SDK" },
7171
{ key: MPC_CORE_KIT_NODE, displayName: "MPC Core Kit JS SDK for NodeJS" },
7272
];
7373

src/pages/quick-start/builder/mpc_core_kit/react_native/stepContent/initializeMPCCK.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ this SDK only supports EVM based chains.
1212

1313
:::tip SDK Reference
1414

15-
- [Initializing Web3Auth](/sdk/mpc-core-kit/mpc-core-kit-js/initialize#instantiating-web3auth).
15+
- [Initializing Web3Auth](/sdk/mpc-core-kit/mpc-core-kit-react-native/initialize#instantiating-web3auth).
1616

1717
:::

src/pages/quick-start/builder/mpc_core_kit/react_native/stepContent/installationMPCCK.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ title: Install Web3Auth
55
Install the Web3Auth package in your project.
66

77
```bash npm2yarn
8-
npm install --save @web3auth/mpc-core-kit @web3auth/base @web3auth/ethereum-mpc-provider
8+
npm install --save @web3auth/react-native-mpc-core-kit @web3auth/base @web3auth/ethereum-mpc-provider
99
```
1010

11-
[![Npm package monthly downloads](https://badgen.net/npm/dm/@web3auth/mpc-core-kit)](https://www.npmjs.com/package/@web3auth/mpc-core-kit)
12-
[![](https://data.jsdelivr.com/v1/package/npm/@web3auth/mpc-core-kit/badge)](https://www.jsdelivr.com/package/npm/@web3auth/mpc-core-kit)
11+
[![Npm package monthly downloads](https://badgen.net/npm/dm/@web3auth/react-native-mpc-core-kit)](https://www.npmjs.com/package/@web3auth/react-native-mpc-core-kit)
12+
[![](https://data.jsdelivr.com/v1/package/npm/@web3auth/react-native-mpc-core-kit/badge)](https://www.jsdelivr.com/package/npm/@web3auth/react-native-mpc-core-kit)
1313

1414
:::tip SDK Reference
1515

16-
- [Installing Web3Auth](/sdk/mpc-core-kit/mpc-core-kit-js/install).
16+
- [Installing Web3Auth](/sdk/mpc-core-kit/mpc-core-kit-react-native/install).
1717

1818
:::

src/pages/quick-start/builder/mpc_core_kit/react_native/stepContent/login.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you prefer an Implicit Flow for authentication, you alternatively use the `lo
1515
function to login the user. This function will handle the authentication flow for you, however needs
1616
some additional configurations.
1717

18-
- [`loginWithJWT()` function](/sdk/mpc-core-kit/mpc-core-kit-js/authentication#log-in-with-jwt-idtoken-flow).
19-
- [`loginWithOauth()` function](/sdk/mpc-core-kit/mpc-core-kit-js/authentication#log-in-with-oauth-implicit-flow).
18+
- [`loginWithJWT()` function](/sdk/mpc-core-kit/mpc-core-kit-react-native/authentication#log-in-with-jwt-idtoken-flow).
19+
- [`loginWithOauth()` function](/sdk/mpc-core-kit/mpc-core-kit-react-native/authentication#log-in-with-oauth-implicit-flow).
2020

2121
:::

src/pages/quick-start/builder/mpc_core_kit/react_native/stepContent/logout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ session information from the local storage of the browser.
77

88
:::info SDK Reference
99

10-
- [`logout()` function](/sdk/mpc-core-kit/mpc-core-kit-js/authentication#logging-out-the-user).
10+
- [`logout()` function](/sdk/mpc-core-kit/mpc-core-kit-react-native/authentication#logging-out-the-user).
1111

1212
:::

0 commit comments

Comments
 (0)