-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this library still be maintained? #557
Comments
It doesn't look like that it is still maintained. |
I am not a maintainer of this library that I didn't use for the last 2 years. Reach out to APSL, the owners of the library to know their plans. I have no direct contact with them. |
@slorber Thank you for your response. May I know which package you are using alternative to the library? |
This is the response I got from library maintainers,
|
I am mostly working on web apps now (Docusaurus) so I don't really have any alternative to recommend sorry |
Anyway Thank you for your response |
react-native has its own implementation by now: |
I found this nice little gem about creating a wrapper component that just animates your view out of the way using the built in Animated API. So far this workaround has done beautifully for solving the issues I had with the built in KeyboardAvoidingView and the fact that this library is no longer maintained. While it has a few kinks to be worked out since it still animates even when the keyboard isn't getting in the way if you wrap your entire view but definitely a better start in my opinion especially if it doesn't require any third party dependency. Check it out here: https://brooklinmyers.medium.com/how-to-animate-react-native-inputs-to-avoid-covering-them-with-the-keyboard-8489fa884e6d. |
it's not working well, specially when you need a scrollview inside it |
@alainib May I know the exact issue you are facing?. ...I am thinking to use in my new project. |
@Yandamuri noticeable issues with
|
Hi everyone I didn't find any solution correctly fitting my product team requirements (this library was not working well, and nor was the react-native So I had to develop a custom one, which I published if it can help some folks here : https://www.npmjs.com/package/@rlemasquerier/react-native-keyboard-scrollview?activeTab=readme It is a way simpler solution so for sure it is far from perfect. At least on my project, I tested it on some various iOS and android devices and it seems to work properly. |
Any plans on making a KeyboardAvoidingFlatList aswell? |
Thank you for this implementation. But there is small flaw that field is pushed above even though it is not covered with keyboard. Is there any possibility to push the filed only if it is covered with keyboard? |
Hi everyone!
Sadly for my team, So we created new library -
Feel free to use - we're planning maintain this library for long term 💜 |
Can some one from maintainers confirm that this library is still maintained?
The text was updated successfully, but these errors were encountered: