-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
feat(mobile): make feature flags more dummy proof #16269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
Do you think the hooks are worth it? Wouldn't it be easier to just use a selector or dispatch toggle action everywhere? |
Rebase to make e2e tests passing again: #16276 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the internal discussion, I'm ok with keeping it wrapped in simple hooks 👌
/rebase |
f7cfe41
to
fc49b33
Compare
🚀 Expo preview is ready!
|
QA OK |
Description
Make feature flag more dummy proof so it is not possible to have
always truthy
condition then. We only need to read FF value anyway and write it only in single place.QA: Please test that all FF works correctly 😄
Related Issue
Resolve
Screenshots: