-
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
c9e1231
Add comprehensive Feature Flags support to Mixpanel React Native SDK
jaredmixpanel 8626278
Fix CI failures for Feature Flags implementation
jaredmixpanel 3797aa8
Fix static init method to pass all required parameters
jaredmixpanel dfcdf1c
Address GitHub Copilot review feedback
jaredmixpanel b7c4612
Fix remaining CI failures for native Feature Flags implementation
jaredmixpanel 5e97ff6
Fix Android getInstance signature and add missing WritableArray import
jaredmixpanel edea4c3
Fix iOS MixpanelOptions to use full constructor with all parameters
jaredmixpanel ff4f5b9
update test ios ci workflow
jaredmixpanel ee2118d
update test ios ci workflow again
jaredmixpanel 7592848
Add comprehensive Feature Flags test suite and fix iOS initialization
jaredmixpanel 473122b
Fix Feature Flags test suite - all 48 tests passing
jaredmixpanel 75553c3
jest setup and packag-lock
jaredmixpanel a6327e1
Address GitHub Copilot review feedback
jaredmixpanel f831462
Fix Android loadFlags to use 3-parameter getInstance
jaredmixpanel 6be34fc
Merge remote-tracking branch 'origin/master' into feature/add-feature…
jaredmixpanel ea604e0
add MixpanelStarter sample app, refactor and remove JS imp
jaredmixpanel 679c3a2
add MixpanelStarter sample app, refactor and remove JS imp
jaredmixpanel e9c5af1
js flags ref
jaredmixpanel d704d64
put JS code back, but block it from non-native mode
jaredmixpanel 310471c
add flags files
jaredmixpanel 07f3d34
use macos-15-intel runner for test_android
jaredmixpanel ad38cb1
only call loadFlags in native mode and tweak Swift logs
jaredmixpanel fea7ed3
Apply suggestions from code review
jaredmixpanel 4a99491
demo token
jaredmixpanel 0d114d6
Update __tests__/flags.test.js
jaredmixpanel 5235d6b
Fix flags endpoint to match mixpanel-js implementation
jaredmixpanel 038c298
3.2.0-beta.0
jaredmixpanel dc85b34
Update .npmignore to reduce package size from 41MB to 316KB
jaredmixpanel 1e66d73
3.2.0-beta.1
jaredmixpanel c762c68
add and generate docs
jaredmixpanel a3a815e
3.2.0-beta.2
jaredmixpanel 39b5a73
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.
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.