You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

featureFlag.native.js 292B

1234567
  1. /**
  2. * Everything about recent list on web should be behind a feature flag and in
  3. * order to share code, this alias for the feature flag on mobile is always true
  4. * because we dont need a feature flag for recent list on mobile
  5. * @type {boolean}
  6. */
  7. export const RECENT_LIST_ENABLED = true;