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
A clear and concise description of what the bug is.
12
+
13
+
**Code snippet**
14
+
Add your code snippet where error has been occurred.
15
+
16
+
**Repo for reproducing**
17
+
I would be highly appreciate if you can provide repository for reproducing your issue. It can significantly reduce the time for discovering and fixing the problem.
18
+
19
+
**To Reproduce**
20
+
Steps to reproduce the behavior:
21
+
1. Go to '...'
22
+
2. Click on '....'
23
+
3. Scroll down to '....'
24
+
4. See error
25
+
26
+
**Expected behavior**
27
+
A clear and concise description of what you expected to happen.
28
+
29
+
**Screenshots**
30
+
If applicable, add screenshots to help explain your problem.
31
+
32
+
**Smartphone (please complete the following information):**
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# react-native-keyboard-controller
2
2
3
-
Platform agnostic keyboard manager
3
+
Keyboard manager which works in identical way on both iOS and Android.
4
+
5
+
> **Note**: This library is still in development and in `alpha` stage. So most likely it has bugs/issues - don't hesitate to report if you find them 🙂.
0 commit comments