Skip to content

Commit b9887ab

Browse files
authored
Update README.md
1 parent fa735d8 commit b9887ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ For developer convenience, this repo is a React Native project. You can just pul
279279
### Common props
280280
All of the components support the following props:
281281

282-
| **Props** | **Type** | **Description** | **Default** |
283-
|-----------------|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
284-
| 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 |
282+
| **Props** | **Type** | **Description** | **Default** |
283+
|-----------------|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-------------|
284+
| 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 |
287287

288288
### `KeyboardAvoiderView` Props
289289
Supports all React Native `View` props as well as all [common props](#common-props).

0 commit comments

Comments
 (0)