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 a42805e + 879cf39 commit 22c663dCopy full SHA for 22c663d
index.d.ts
@@ -16,6 +16,7 @@ declare module 'react-native-keyboard-manager' {
16
export function setKeyboardAppearance(appearance: KeyboardAppearance);
17
export function setShouldResignOnTouchOutside(enable: boolean);
18
export function setShouldPlayInputClicks(enable: boolean);
19
+ export function setShouldToolbarUsesTextFieldTintColor(enable: boolean);
20
export function resignFirstResponder();
21
export function isKeyboardShowing(): Promise<boolean>;
22
}
0 commit comments