Skip to main content
Current package: zixflow-reactnative@1.1.3.

Integration checklist

  1. Install zixflow-reactnative@^1.1.3 and add your API key
  2. Platform-Specific Setup (iOS CocoaPods / capabilities; Android min SDK + FCM)
  3. Initialize with Zixflow.initialize (below)
  4. Identify and track
  5. Push notifications (permissions, deep links, metrics)
  6. Optionally location
Platform note: On Android, the push module registers from JS Zixflow.initialize. On iOS, also initialize MessagingPushAPN or MessagingPushFCM in AppDelegate.

Initialize the SDK

Initialize as early as possible in the root component. After init, call Zixflow.identify before targeted push campaigns. Runnable reference: Example Applications. Stuck? See Troubleshooting.