mattermost-mobile/app/hooks/index.ts
Mattermost Build bc39b38bf4
fix: reset iOS scrollView when switching channels (#5447) (#5448)
* fix: reset iOS scrollView when switching channels

* cancel animation frame after resetting the scrollview

* add useResetNativeScrollView hook

(cherry picked from commit b2d233b5ed)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2021-06-11 18:44:49 -04:00

7 lines
360 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export {default as useDidUpdate} from './did_update';
export {usePermanentSidebar, useSplitView} from './permanent_sidebar';
export {useResetNativeScrollView} from './reset_native_scrollview';
export {useShowMoreAnimatedStyle} from './show_more';