You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/components/Keyboard/KeyboardInput/keyboardAccessoryView.api.json
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,6 @@
43
43
"name": "onKeyboardResigned",
44
44
"type": "() => void",
45
45
"description": "Callback that will be called once the keyboard has been closed"
46
-
},
47
-
{
48
-
"name": "iOSScrollBehavior",
49
-
"type": "number",
50
-
"description": "The scrolling behavior, use KeyboardAccessoryView.iosScrollBehaviors.X where X is:\nNONE, SCROLL_TO_BOTTOM_INVERTED_ONLY or FIXED_OFFSET\niOS only.",
Copy file name to clipboardExpand all lines: lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView/keyboardTrackingView.api.json
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,17 @@
13
13
"type": "boolean",
14
14
"description": "Enables tracking of the keyboard when it's dismissed interactively (false by default).\nWhy? When using an external keyboard (BT),\nyou still get the keyboard events and the view just hovers when you focus the input.\nAlso, if you're not using interactive style of dismissing the keyboard\n(or if you don't have an input inside this view) it doesn't make sense to track it anyway.\n(This is caused because of the usage of inputAccessory to be able to track the keyboard interactive change and it introduces this bug)"
0 commit comments