Skip to content

Disable functionality for multi-tenant / move tenants options to ENV vars and app config by tenant / tenants color customization

Martin Santangelo requested to merge disable-multi-tenant into expo-migration

Ticket(s) / Related Merge Requests

#5182 (closed) #5171 (closed) #5181 (closed) #5184 (closed)

Summary of Changes

  1. Disabled functionalities for tenant apps:
  • Supermind
  • Wallet
  • Affiliates
  • Membership tiers
  • Twitter
  • Newsfeed for-you
  • Wire
  • Pro/Plus subscription
  • Boosts
  • Block user
  • Chat
  1. Added support for custom accent colors by tenant

  2. Moved tenant's props to ENV vars and created the app.config.js:

APP_NAME
APP_SCHEME
APP_VERSION
APP_ANDROID_PACKAGE
APP_IOS_BUNDLE
APP_HOST
APP_API_URL
ACCENT_COLOR_LIGHT
ACCENT_COLOR_DARK

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports