Skip to content

Commit e811336

Browse files
Merge pull request #82 from ismailnural/master
Add `reloadLayoutIfNeeded` to TS typings
2 parents 62a7dcb + 86218ab commit e811336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ declare module 'react-native-keyboard-manager' {
1818
export function setShouldPlayInputClicks(enable: boolean);
1919
export function setShouldToolbarUsesTextFieldTintColor(enable: boolean);
2020
export function resignFirstResponder();
21+
export function reloadLayoutIfNeeded();
2122
export function isKeyboardShowing(): Promise<boolean>;
2223
}

0 commit comments

Comments
 (0)