Skip to content

Commit

Permalink
Merge pull request #1010 from WalletConnect/rn-examples
Browse files Browse the repository at this point in the history
Changed rn dapp example links
  • Loading branch information
crypblizz8 authored Sep 22, 2023
2 parents a45521d + 8b384f4 commit 8364775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/walletconnectmodal/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ To enable WalletConnectModal to detect wallets installed on the device, you need
1. Open your `Info.plist` file.
2. Locate the `<key>LSApplicationQueriesSchemes</key>` section.
3. Add the desired wallet schemes as string entries within the `<array>`. These schemes represent the wallets you want to detect.
4. Refer to our [Info.plist example file](https://github.com/WalletConnect/react-native-examples/blob/main/dapps/v2Explorer/ios/Web3Modal/Info.plist) for a detailed illustration.
4. Refer to our [Info.plist example file](https://github.com/WalletConnect/react-native-examples/blob/main/dapps/ModalUProvider/ios/ModalUProvider/Info.plist) for a detailed illustration.

Example:
```xml
Expand All @@ -176,7 +176,7 @@ Example:
1. Open your `AndroidManifest.xml` file.
2. Locate the `<queries>` section.
3. Add the desired wallet package names as `<package>` entries within the `<queries>`. These package names correspond to the wallets you want to detect.
4. Refer to our [AndroidManifest.xml example file](https://github.com/WalletConnect/react-native-examples/blob/main/dapps/v2Explorer/android/app/src/main/AndroidManifest.xml) for detailed guidance.
4. Refer to our [AndroidManifest.xml example file](https://github.com/WalletConnect/react-native-examples/blob/main/dapps/ModalUProvider/android/app/src/main/AndroidManifest.xml) for detailed guidance.

Example:
```xml
Expand Down
5 changes: 4 additions & 1 deletion docs/advanced/walletconnectmodal/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ To check more in details go and visit our [WalletConnect Modal Kotlin implementa
</PlatformTabItem>
<PlatformTabItem value="react-native">

To check more in details go and visit our [WalletConnect Modal React Native implementation app](https://github.com/WalletConnect/modal-react-native/tree/main/example)
* Check our implementation of [Modal + Viem](https://github.com/WalletConnect/react-native-examples/tree/main/dapps/ModalViem)
* Check our implementation of [Modal + Ethers](https://github.com/WalletConnect/react-native-examples/tree/main/dapps/ModalEthers)
* Check our implementation of [Modal + Universal Provider](https://github.com/WalletConnect/react-native-examples/tree/main/dapps/ModalUProvider)
* To check more in details go and visit our [WalletConnect Modal React Native implementation app](https://github.com/WalletConnect/modal-react-native/tree/main/example)

</PlatformTabItem>
<PlatformTabItem value="flutter">
Expand Down

1 comment on commit 8364775

@vercel
Copy link

@vercel vercel bot commented on 8364775 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.