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

# React Native Example Apps

These open source example apps demonstrate integrating Halliday into a React Native mobile app with [Expo](https://expo.dev/).

The Halliday SDK or API can be used in a mobile interface with [Reown](https://reown.com/) (formerly WalletConnect) for wallet connections.

The featured projects were tested with builds for iOS and Android.

## React Native Halliday SDK Integration

This open source example uses the Halliday JS SDK to implement the SDK widget inside a web view. This project implements Reown, Expo, and Ethers.js.

* [React Native Halliday SDK Example App](https://github.com/HallidayInc/HallidaySdkReactNative)

<div style={{width: "100%", display: "flex", justifyContent: "center" }}>
  <img src="https://mintcdn.com/halliday/9hbVNqk2Aoz-fLWt/public/img/halliday-react-native-with-sdk.png?fit=max&auto=format&n=9hbVNqk2Aoz-fLWt&q=85&s=126c3fc135cb5398a8f0fc30eb2ac230" width="444" height="832" data-path="public/img/halliday-react-native-with-sdk.png" />
</div>

## React Native Halliday API Integration

This open source example implements Halliday payments using the API directly. Dependencies include Reown, Expo, and Wagmi. For embedded wallet support, Dynamic can be used to connect a wallet via email address.

* [React Native Halliday API Example App](https://github.com/HallidayInc/HallidayApiReactNative)

<div style={{width: "100%", display: "flex", justifyContent: "center" }}>
  <img src="https://mintcdn.com/halliday/9hbVNqk2Aoz-fLWt/public/img/halliday-react-native-with-api.png?fit=max&auto=format&n=9hbVNqk2Aoz-fLWt&q=85&s=79c3dc06adc4e3e2ecb88a9ff944f12a" width="444" height="859" data-path="public/img/halliday-react-native-with-api.png" />
</div>
