# Setup

## About the SDK

[`@yodlpay/react-native`](https://www.npmjs.com/package/@yodlpay/react-native) is Yodl's React Native SDK: drop-in components for EIP-1193 wallets that add best-in-class QR payments to your app. The complete payment flow ships with the SDK, localized per country, with no backend integration needed. Payments work with any token on any chain, so users don't have to maintain a balance.

## Installation

```bash
npm install @yodlpay/react-native
```

The SDK expects the following peer dependencies in your app:

| Package | Version |
| --- | --- |
| `react` | >=18.0.0 |
| `react-native` | >=0.72.0 |
| `react-native-webview` | >=13.0.0 |
