Skip to content

jingledongding/react-native-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

React Native Examples

React Native examples implementing WalletConnect v2

Catalogue of wallet and dapp examples WalletConnect's various SDKs via React Native. Each example contains its own README with further instructions and explanations.

Wallet (Demo)

WalletSide.mov

Dapp (Demo)

Untitled.design.mp4

Wallets

Full Example

  • React Native CLI Wallet (0.68.5) wallets/rn_cli_wallet_068_5

Skeleton Example (WIP)

  • React Native CLI Wallet wallets/rn_cli_wallet
  • React Native Expo Wallet wallets/rn_expo_wallet

Dapps

  • Dapp V2 Explorer: dapps/v2Explorer

Getting Started

  • Ensure your React Native environment has been properly setup (XCode, ruby etc). Note for Mac users to have the correct Ruby versions if doing a fresh install.
  • Read through our JS-React Native guide
  • Check the respective /wallet folder to see the rn_cli_wallet or rn_expo_wallet repo
  • Read through the various README files for further information
  • Submit any issues / feature requests.

Note: If you are switching between these wallets (i.e. rn_cli_068_5 & rn_cli_070_6), it is recommended to clear caches using the following command:

watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache

If you run into issues with the simulator version:

npx react-native run-ios
error No simulator available with name "iPhone 13".

Change the flag with:

npx react-native run-ios --simulator="iPhone 14"

If you have /ios or Pod Issues, delete the Podfile.lock and re-run pod update && pod install worked for my case

Support

Feel free to reach out to WalletConnect via Discord in the Developer Support channels.

About

React Native examples implementing WalletConnect v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.2%
  • Java 22.1%
  • C++ 8.2%
  • Objective-C++ 5.3%
  • Objective-C 4.1%
  • Ruby 3.0%
  • Other 5.1%