Skip to content

Commit 2f5842b

Browse files
chore: reomved alpha tags
1 parent 8980299 commit 2f5842b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docs/appkit/react-native/core/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ npm install @coinbase/wallet-mobile-sdk react-native-mmkv
310310

311311
<PlatformTabItem value="wagmi">
312312
```bash npm2yarn
313-
npm install @web3modal/coinbase-wagmi-react-native@alpha
313+
npm install @web3modal/coinbase-wagmi-react-native
314314
```
315315
</PlatformTabItem>
316316

docs/appkit/react-native/core/siwe.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ WalletConnect uses permissions expressed as ReCaps to enable a One-Click Authent
2222
In order for SIWE to work, you need to have a backend to communicate with. This backend will be used to generate a nonce, verify messages and handle sessions.
2323
More info [here](https://docs.login.xyz/sign-in-with-ethereum/quickstart-guide/implement-the-backend)
2424

25-
:::caution
26-
This feature is currently in alpha. To get it, install `@web3modal/wagmi-react-native@alpha` or `@web3modal/ethers-react-native@alpha` following the steps [here](./installation)
27-
:::
28-
2925
## Configure your SIWE Client
3026

3127
```ts

docs/appkit/react-native/wagmi/email.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem'
44
### Install packages
55

66
```bash npm2yarn
7-
npm install @web3modal/email-wagmi-react-native@alpha react-native-webview
7+
npm install @web3modal/email-wagmi-react-native react-native-webview
88
```
99

1010
On iOS, use CocoaPods to add the native modules to your project:

0 commit comments

Comments
 (0)