Jared McFarland
Jared McFarland
## Summary This PR adds comprehensive Feature Flags functionality to the Mixpanel React Native SDK, enabling dynamic feature control and A/B testing capabilities. ## Changes ### Core Implementation - **Flags...
## Changes - Enhanced Mixpanel request handling with GET/POST support - Added Feature Flags UI and API calls to MixpanelExpo sample - Enabled JS feature flags via environment variables -...
## Summary This PR fixes compatibility issues after running `npm audit fix --force` which updated React Native to 0.80.2 and Jest to 30.0.5. ## Changes ### Jest Configuration - Removed...
`setLoggingEnabled` is currently only implemented for native iOS and Android channels, because those native platforms already have an existing method that directly maps to `setLoggingEnabled`. Web does not, but similar...