React Feature Flags Flag Files | File | Purpose | |------|---------| | | Default flags (canary), overrides | | | www channel, overrides | | | React Native, overrides | | | Test renderer | Gating Tests pragma (test-level) Use when the feature is completely unavailable without the flag: inline (assertion-level) Use when the feature exists but behavior differs based on flag: Adding a New Flag 1. Add to with default value 2. Add to each fork file ( , , etc.) 3. If it should vary in www/RN, set to in the fork file 4. Gate tests with or inline Checking Flag States Use to view states across channels…