Skip to main content
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:
# Install dependencies
cd example
npm install

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

# Android
npx react-native run-android