Skip to content

Commit be9b60b

Browse files
committed
2 parents 5e986e3 + ecdf44a commit be9b60b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![alt text](promo-image.png)
22

33
# Keyboard Avoiding (finally) made easy.
4-
A modern, developer friendly React Native keyboard avoiding solution that actually works all of the time and provides consistency across platforms. Provides a high quality user experience out of the box.
4+
A modern, developer friendly React Native keyboard avoiding solution that actually works how it is supposed too all of the time and provides consistency across platforms. Provides a higher quality user experience and developer experience out of the box.
55

66
[API Reference](#api)
77

@@ -241,7 +241,7 @@ And it can act janky in certain circumstances:
241241

242242
![](gifs/keyboard-aware-scroll-view/jank-1.gif)
243243

244-
Our `<KeyboardAvoiderScrollView/>` does exactly what it should in all situations on iOS, it just gets the input out of the way with a smooth animation:
244+
Our `<KeyboardAvoiderScrollView/>` does exactly what it should in all situations, it just gets the input out of the way with a smooth animation:
245245

246246
![](gifs/keyboard-avoider/scrollview.gif)
247247

@@ -300,4 +300,4 @@ All `ScrollView` props can be passed. Additionally, the following props can be p
300300
| **Props** | **Type** | **Description** | **Default** |
301301
|---------------|----------|----------------------------------------------------------------------------------------|-------------|
302302
| extraSpace | number | How much space there should be between the keyboard avoiding element and the keyboard. | 20 |
303-
| animationTime | number | Time to move the view out of the way when the keyboard opens. | 150 |
303+
| animationTime | number | Time to move the view out of the way when the keyboard opens. | 150 |

0 commit comments

Comments
 (0)