Skip to content

Commit b2dff47

Browse files
authored
[RNKC-040] - fix layout in readme (#11)
* refactor: images have the same size * refactor: add space to not have big words * refactor: removed accidentaly added empty line * refactor: html markdown * refactor: added "clear: both" in order not to combine installation and demonstration sections together * refactor: maybe it's a fix? * refactor: left -> right to achieve desired effect * refactor: removed html
1 parent bba5289 commit b2dff47

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,25 @@ Keyboard manager which works in identical way on both iOS and Android.
77
## Demonstration
88

99
<div>
10-
<img align="right" width="30%" style="margin-left: 20px" src="./gifs/ios.gif?raw=true">
11-
<img align="right" width="30%" style="margin-left: 20px" src="./gifs/android.gif?raw=true">
10+
<img align="right" width="28.65%" style="margin-left: 20px" src="./gifs/ios.gif?raw=true">
11+
<img align="right" width="30%" style="margin-left: 20px" src="./gifs/android.gif?raw=true">
1212
</div>
1313

1414
- mapping keyboard appearance to animated values 😎
15-
- missing `keyboardWillShow`/`keyboardWillHide` events are available on Android 😍
15+
- missing `keyboardWillShow` / `keyboardWillHide` events are available on Android 😍
1616
- module for changing soft input mode on Android 🤔
1717
- reanimated support 🚀
1818
- interactive keyboard dismissing (planned) 👆📱
1919
- and more is coming... Stay tuned! 😊
2020

21+
<br clear="right" />
22+
2123
## Installation
2224

2325
Install `react-native-keyboard-controller` package from npm:
2426

2527
```sh
2628
yarn add react-native-keyboard-controller
27-
2829
# or
2930
# npm install react-native-keyboard-controller --save
3031
```

0 commit comments

Comments
 (0)