Hackle React Native SDK

Hackle React Native SDK

npm version docs changelog license

React Native SDK for Hackle A/B Tests, Feature Flags, Remote Configs, and Analytics.

  • A/B Testing: Experiment-based variation decision with declarative components
  • Feature Flags: Enable or disable features with HackleFeature and useFeature
  • Remote Config: Fetch and apply remote configuration values
  • Event Tracking: Track user behavior and conversion events
  • User Management: Set user attributes and subscription preferences
  • In-App Messages: Receive and handle in-app message events via listener
  • Push Notifications: Send push notifications to users based on their attributes and segments
  • react >= 17.0.1
  • react-native >= 0.64.1
  • iOS >= 13.0
  • Android >= 4.1 (API level 16)
npm install @hackler/react-native-sdk
# or, using yarn:
# yarn add @hackler/react-native-sdk
cd ios
pod install