Skip to content

Commit 7f73304

Browse files
committed
Release 4.0.13-6
1 parent 5d57263 commit 7f73304

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ This is only for iOS, Android no needed. For Android just add `android:windowSof
2626

2727
## NOTES:
2828

29-
- for RN >= 0.47.0, use `react-native-keyboard-manager@latest`
30-
- for RN <= 0.46.4, use `[email protected]`
29+
- for RN 0.53.0 or later use `react-native-keyboard-manager@latest`
30+
- for RN 0.47.0 ... 0.52.2, use `[email protected]`
31+
- for RN 0.40.0 ... 0.46.4, use `[email protected]`
3132

3233
## Install
3334

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyboard-manager",
3-
"version": "4.0.13-5",
3+
"version": "4.0.13-6",
44
"description": "Library that allows to prevent issues of keyboard sliding up and cover on React-Native iOS projects. ⚛",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)