forked from Ivasoft/mattermost-mobile
[Keyboard] Keyboard tracking (#6050)
* Pause/Resume tracking keyboard * fix keyboard tracking view on tablets * add EDIT_POST screen to pause keyboard tracking
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
declare module 'react-native-keyboard-tracking-view' {
|
||||
import {ViewProps} from 'react-native';
|
||||
export interface KeyboardTrackingViewRef {
|
||||
pauseTracking: (id: string) => void;
|
||||
resumeTracking: (id: string) => void;
|
||||
resetScrollView: (id: string) => void;
|
||||
setNativeProps(nativeProps: object): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user