* MM-18236 Prevent the post menu from triggering when using the back gesture in the thread screen * Update snapshots * Update app/components/touchable_with_feedback/touchable_with_feedback.ios.js Co-Authored-By: Miguel Alatzar <migbot@users.noreply.github.com> * Update app/components/touchable_with_feedback/touchable_with_feedback.ios.js Co-Authored-By: Miguel Alatzar <migbot@users.noreply.github.com> * Update app/components/post/post.js Co-Authored-By: Miguel Alatzar <migbot@users.noreply.github.com> * Update app/components/touchable_with_feedback/touchable_with_feedback.ios.js * Fix eslint
5 lines
214 B
JavaScript
5 lines
214 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
import TouchableWithFeedback from './touchable_with_feedback';
|
|
export default TouchableWithFeedback;
|