Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix: fix typescript issues
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Dec 19, 2019
1 parent 0635365 commit c52a8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stack/src/views/KeyboardManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class KeyboardManager extends React.Component<Props> {
// When a gesture didn't change the tab, we can restore the focused input with this
private previouslyFocusedTextInput: number | null = null;
private startTimestamp: number = 0;
private keyboardTimeout: NodeJS.Timeout | undefined;
private keyboardTimeout: any;

private clearKeyboardTimeout = () => {
if (this.keyboardTimeout !== undefined) {
Expand Down

0 comments on commit c52a8c4

Please sign in to comment.