Skip to content

Commit 9c3fe22

Browse files
foxmichaalvaromb
authored andcommitted
Added in the enableOnAndroid flag to the typings (#179)
1 parent 1bcf6b1 commit 9c3fe22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ interface KeyboardAwareProps {
4747
* @memberof KeyboardAwareProps
4848
*/
4949
enableAutoAutomaticScroll?: boolean
50+
51+
/**
52+
* Enables keyboard aware settings for Android
53+
*
54+
* Default is false
55+
*
56+
* @type {boolean}
57+
* @memberof KeyboardAwareProps
58+
*/
59+
enableOnAndroid?: boolean
5060

5161
/**
5262
* Adds an extra offset when focusing the TextInputs.

0 commit comments

Comments
 (0)