File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
docs/appkit/react-native/onboarding Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,24 @@ Due to Safari’s strict third-party cookie policies, the SDK is not preserving
1818
1919<PlatformTabs groupId = " eth-lib" activeOptions = { [" wagmi" , " ethers" ]} >
2020
21+
2122<PlatformTabItem value = " wagmi" >
23+ ### Update your Cloud settings
24+ 1 . Go to your [ Cloud] ( https://cloud.walletconnect.com ) project
25+ 2 . Open Dashboard and scroll down to Mobile Application IDs menu
26+ 3 . Add your iOS Bundle ID and your Android Package Name
27+ * Changes might take some minutes to impact
28+
2229 <WagmiImplementation />
2330</PlatformTabItem >
2431
2532<PlatformTabItem value = " ethers" >
33+ ### Update your Cloud settings
34+ 1 . Go to your [ Cloud] ( https://cloud.walletconnect.com ) project
35+ 2 . Open Dashboard and scroll down to Mobile Application IDs menu
36+ 3 . Add your iOS Bundle ID and your Android Package Name
37+ * Changes might take some minutes to impact
38+
2639 <EthersImplementation />
2740</PlatformTabItem >
2841
You can’t perform that action at this time.
0 commit comments