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
| animationTime | number | Time to move the view out of the way when the keyboard opens. | 150 |
285
-
| animationEasing | Animated.EasingFunction | Easing function to use for both opening and closing animation.<br>Opening animation will use `Easing.out(animationEasing)`, while closing animation<br>will use `Easing.in(animationEasing)`. | Easing.quad |
286
-
| extraSpace | number | How much space there should be between the keyboard avoiding element and the keyboard. | 20 |
| animationTime | number | Time to move the view out of the way when the keyboard opens. | 150 |
285
+
| animationEasing | Animated.EasingFunction | Easing function to use for both opening and closing animation.<br>Opening and closing animations will both use `Easing.out(animationEasing)`. | Easing.quad |
286
+
| extraSpace | number | How much space there should be between the keyboard avoiding element and the keyboard. | 20 || 20 |
287
287
288
288
### `KeyboardAvoiderView` Props
289
289
Supports all React Native `View` props as well as all [common props](#common-props).
0 commit comments