mattermost-mobile/app/utils/bottom_sheet/bottom_sheet.android.js
Elias Nahum ae629a455c
Update UX for post long press menu (#2325)
* Update UX for post long press menu

* Post menu feedback review
2018-11-14 17:29:09 -03:00

5 lines
198 B
JavaScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import RNBottomSheet from 'react-native-bottom-sheet';
export default RNBottomSheet;