@hackler/react-native-sdk
v3.35.1
Published
React Native SDK for Hackle
Readme
Hackle React Native SDK
React Native SDK for Hackle A/B Tests, Feature Flags, Remote Configs, and Analytics.
Features
- A/B Testing: Experiment-based variation decision with declarative components
- Feature Flags: Enable or disable features with
HackleFeatureanduseFeature - 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
Requirements
react>= 17.0.1react-native>= 0.64.1iOS>= 13.0Android>= 4.1 (API level 16)
Installation
npm install @hackler/react-native-sdk
# or, using yarn:
# yarn add @hackler/react-native-sdkiOS
cd ios
pod install