Skip to content

Commit 22c663d

Browse files
Merge pull request #80 from todorone/patch-1
Add `setShouldToolbarUsesTextFieldTintColor` to TS typings
2 parents a42805e + 879cf39 commit 22c663d

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
@@ -16,6 +16,7 @@ declare module 'react-native-keyboard-manager' {
1616
export function setKeyboardAppearance(appearance: KeyboardAppearance);
1717
export function setShouldResignOnTouchOutside(enable: boolean);
1818
export function setShouldPlayInputClicks(enable: boolean);
19+
export function setShouldToolbarUsesTextFieldTintColor(enable: boolean);
1920
export function resignFirstResponder();
2021
export function isKeyboardShowing(): Promise<boolean>;
2122
}

0 commit comments

Comments
 (0)