Replies: 1 comment
-
|
Ok, so more a configuration parameter than a feature flag? Feature flags are enabled/disabled at runtime ( usually via a server/cloud ). I understand in this proposed implementation this is happening at build time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem?
For multi platform tv app, it would be common to have a feature for one platform and which is not supported for other. Eg: Back Button. For this we can use "feature Flag".
Solution
Instead of using Third party platform, we can create a environment and platform config to control features.
this config can be used at local to enable and disable features and based on OS too.
Beta Was this translation helpful? Give feedback.
All reactions