forked from Ivasoft/mattermost-mobile
* MM-17838 Wrap reactions when they exceed screen size * Hide add reaction button after 40 reactions * Hide add reaction button after 40 reactions * Fix tests * Fix crash when post has no reactions and convert to factory * Create constant and use a separate prop for allowing more reactions
5 lines
193 B
JavaScript
5 lines
193 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const ALL_EMOJIS = 'all_emojis';
|
|
export const MAX_ALLOWED_REACTIONS = 40; |