* 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>
7 lines
360 B
TypeScript
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';
|