> ## Documentation Index
> Fetch the complete documentation index at: https://docs.berachain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WalletConnect Expo

> Mobile app example using Expo and WalletConnect to connect to Berachain.

Use this guide when you want a **mobile app** (Expo / React Native) that **connects to Berachain** via **WalletConnect**.

## Repository

* **Code:** [github.com/berachain/guides/tree/main/apps/walletconnect-expo](https://github.com/berachain/guides/tree/main/apps/walletconnect-expo)
* **README (raw):** [raw README](https://raw.githubusercontent.com/berachain/guides/main/apps/walletconnect-expo/README.md)

## Requirements

* Node, npm (or yarn), Expo CLI / EAS
* WalletConnect project ID from [WalletConnect Cloud](https://cloud.walletconnect.com) if required
* iOS/Android simulator or device

## Stack

Expo, React Native, TypeScript/JavaScript, WalletConnect.

## Quick start

1. **Clone and install**
   ```bash theme={null}
   git clone https://github.com/berachain/guides.git && cd guides/apps/walletconnect-expo
   npm install
   ```
2. Configure env (e.g. WalletConnect project ID) per README.
3. Run with `npx expo start` (or EAS) and open on simulator/device; connect wallet and use Berachain.

For full setup and Berachain chain config in the app, fetch the [raw README](https://raw.githubusercontent.com/berachain/guides/main/apps/walletconnect-expo/README.md).
