We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a7dcb + 86218ab commit e811336Copy full SHA for e811336
index.d.ts
@@ -18,5 +18,6 @@ declare module 'react-native-keyboard-manager' {
18
export function setShouldPlayInputClicks(enable: boolean);
19
export function setShouldToolbarUsesTextFieldTintColor(enable: boolean);
20
export function resignFirstResponder();
21
+ export function reloadLayoutIfNeeded();
22
export function isKeyboardShowing(): Promise<boolean>;
23
}
0 commit comments