diff options
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index e6c23554..f4ffd750 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -23,6 +23,7 @@ export const TAGG_RING_DIM = normalize(60); // default height of the navigation bar, from react native library, unless on ipad export const NAV_BAR_HEIGHT = 49; +export const BADGE_LIMIT = 5; export const INTEGRATED_SOCIAL_LIST: string[] = [ 'Instagram', |