-
Notifications
You must be signed in to change notification settings - Fork 59
Add Feature Flags support to React Native SDK #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jaredmixpanel
wants to merge
32
commits into
master
Choose a base branch
from
feature/add-feature-flags-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
601262c
Add comprehensive Feature Flags support to Mixpanel React Native SDK
jaredmixpanel 0873640
Fix CI failures for Feature Flags implementation
jaredmixpanel ef45976
Fix static init method to pass all required parameters
jaredmixpanel 760a2a1
Address GitHub Copilot review feedback
jaredmixpanel 49d8cdd
Fix remaining CI failures for native Feature Flags implementation
jaredmixpanel 76a0b2c
Fix Android getInstance signature and add missing WritableArray import
jaredmixpanel 78fb2aa
Fix iOS MixpanelOptions to use full constructor with all parameters
jaredmixpanel 86f7c2b
update test ios ci workflow
jaredmixpanel 93c147f
update test ios ci workflow again
jaredmixpanel 47aa040
Add comprehensive Feature Flags test suite and fix iOS initialization
jaredmixpanel 8d57781
Fix Feature Flags test suite - all 48 tests passing
jaredmixpanel ffe7581
jest setup and packag-lock
jaredmixpanel 3a58303
Address GitHub Copilot review feedback
jaredmixpanel 5ffc8c8
Fix Android loadFlags to use 3-parameter getInstance
jaredmixpanel 8f40724
Merge remote-tracking branch 'origin/master' into feature/add-feature…
jaredmixpanel 2fbe547
add MixpanelStarter sample app, refactor and remove JS imp
jaredmixpanel 3cda974
add MixpanelStarter sample app, refactor and remove JS imp
jaredmixpanel 0e23cbc
js flags ref
jaredmixpanel d3338a6
put JS code back, but block it from non-native mode
jaredmixpanel 92b6cb8
add flags files
jaredmixpanel 9388b51
use macos-15-intel runner for test_android
jaredmixpanel 19d1ac3
only call loadFlags in native mode and tweak Swift logs
jaredmixpanel a14eda2
Apply suggestions from code review
jaredmixpanel d185a94
demo token
jaredmixpanel 2426498
Update __tests__/flags.test.js
jaredmixpanel f201c5e
Fix flags endpoint to match mixpanel-js implementation
jaredmixpanel 3896cdb
3.2.0-beta.0
jaredmixpanel ffbbfd2
Update .npmignore to reduce package size from 41MB to 316KB
jaredmixpanel d381595
3.2.0-beta.1
jaredmixpanel a241498
add and generate docs
jaredmixpanel f965e96
3.2.0-beta.2
jaredmixpanel 1ac86a3
update FF quick guide
jaredmixpanel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.