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

# Example Applications

> Example Applications — Zixflow React Native SDK integration guide.

The Zixflow React Native SDK includes example applications demonstrating best practices:

### Sample App (APNs)

Location: `example/`

**Features**:

* User identification and logout
* Event tracking
* Screen tracking with React Navigation
* Push notifications with APNs
* In-app messaging with event listeners
* Profile and device attributes

**Running the example**:

```bash theme={null}
# Install dependencies
cd example
npm install

# iOS
cd ios && pod install && cd ..
npx react-native run-ios

# Android
npx react-native run-android
```

***
