Skip to main content

Clone and run

Public examples live in zixflow/sdk-examples:
Follow the React Native example README to set your API key, configure FCM/APNs, and run on iOS/Android. Package: zixflow-reactnative@^1.1.3.

Integration checklist (golden path)

Same order as Quick Start:

What the example demonstrates

Verify in the dashboard

  1. Set API key → run on a physical device for push.
  2. IdentifyTrack / Screen → events appear for the test user.
  3. Request push permissionGet registered token (non-empty).
  4. Send a Zixflow test push → Delivered increases.
  5. Tap notification body → Opened increases.
  6. Send a push with action_buttons (iOS category ZX_2BTN) → tap a button → Opened + Push Notification Action Clicked.

Suggested build order for your app

  1. Installation and Platform-Specific Setup.
  2. Initialize (Quick Start) and identify.
  3. Add track and screen tracking.
  4. Enable push and verify metrics on a physical device.
  5. Optionally enable location.
Stuck? Troubleshooting. Full methods: API Reference.