mattermost-mobile/app/constants/list.js
Chris Duarte 2e951cbfca Upgrade to RN 0.50.4 (#1303)
* Update to RN 0.50.4

* Fix intl context in post textbox
2017-12-22 19:39:51 -03:00

11 lines
No EOL
275 B
JavaScript

// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
const VISIBILITY_CONFIG_DEFAULTS = {
viewAreaCoveragePercentThreshold: 3,
waitForInteraction: false
};
export default {
VISIBILITY_CONFIG_DEFAULTS
};