Skip to content

Commit

Permalink
feat: disabled feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hades committed Apr 23, 2024
1 parent feeb63e commit 33d328d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/constants/featureFlags.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: ice License 1.0

import {isIOS} from 'rn-units';

/**
* Is linking phone number on the Team Screen enabled
*/
Expand All @@ -12,5 +10,5 @@ export const isLinkPhoneNumberEnabled = false;
*/
export const isChangePhoneNumberEnabled = false;

export const isLiteTeam = isIOS;
export const isLightDesign = isIOS;
export const isLiteTeam = false;
export const isLightDesign = false;

0 comments on commit 33d328d

Please sign in to comment.