Install WalletKit package.

yarn add @reown/walletkit @walletconnect/react-native-compat

Additionally add these extra packages to help with async storage, polyfills and the instance of ethers.

yarn add @react-native-async-storage/async-storage @react-native-community/netinfo react-native-get-random-values fast-text-encoding

For those using Typescript, we recommend adding these dev dependencies:

yarn add @walletconnect/jsonrpc-types --dev

Next Steps

Now that you’ve installed WalletKit, you’re ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.