This repository contains a sample React Native application that demonstrates how to integrate ConfigCat feature flags with Amplitude event tracking. The app showcases how to control the visibility of features using ConfigCat and log user interactions with Amplitude on a real-life example: A/B testing your new paywall.
- Feature Flags: Manage feature visibility using ConfigCat.
- Amplitude Integration: Track user actions and feature usage with Amplitude.
- Node.js version 16 or higher
- React Native CLI
- Amplitude API key
- ConfigCat SDK key
-
clone the repository
-
run
npm install
in the folder -
replace SDK and API keys with your own
Follow the blog on ConfigCat for more details.
Contributions are welcome!