Skip to content

Commit 7409fd3

Browse files
Update README.md
1 parent 18ba8e2 commit 7409fd3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# ⚠️ DEPRECATION NOTICE ⚠️
2+
3+
This library was created to address iOS-only keyboard issues (e.g., the keyboard covering inputs) by integrating **IQKeyboardManager**.
4+
5+
With Android moving to edge-to-edge by default, similar “keyboard covering inputs” problems can now happen on Android as well. Because of that, maintaining a library that only targets iOS no longer makes sense.
6+
7+
For this reason, this project is now in maintenance mode: bug fixes and small PRs are welcome, but no new features are planned.
8+
9+
Recommended alternatives:
10+
- KeyboardAvoidingView (React Native)
11+
- An edge-to-edge approach with react-native-keyboard-controller (cross-platform): https://github.com/kirillzyusko/react-native-keyboard-controller
12+
13+
---
14+
115
# React-Native Keyboard Manager
216

317
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/douglasjunior/react-native-keyboard-manager/blob/master/LICENSE)

0 commit comments

Comments
 (0)