diff --git a/docs/build/tools/react-sdk/components.md b/docs/build/tools/react-sdk/components.md index 99a05438fc..29e4f9e343 100644 --- a/docs/build/tools/react-sdk/components.md +++ b/docs/build/tools/react-sdk/components.md @@ -39,7 +39,9 @@ A drop-in wallet connection component with UI for copy address, logout, and bala - `modalEnabled?: boolean` – Whether to show the profile modal on click when connected (default: `true`). When `false`, clicking the button when connected will disconnect instead :::note WalletConnect Support + To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config. + ::: ```tsx @@ -86,7 +88,9 @@ A standalone component for displaying wallet information including account addre - `style?: React.CSSProperties` – Optional inline styles :::note WalletConnect Support + To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config. + ::: ```tsx diff --git a/docs/build/tools/react-sdk/hooks.md b/docs/build/tools/react-sdk/hooks.md index c67a1a61c0..55ada5df7c 100644 --- a/docs/build/tools/react-sdk/hooks.md +++ b/docs/build/tools/react-sdk/hooks.md @@ -35,7 +35,9 @@ import { useFlowCurrentUser } from "@onflow/react-sdk" - `unauthenticate: () => void` – Logs the user out :::note WalletConnect Support + To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config. + ::: ```tsx