Skip to content
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

Open
Yandamuri opened this issue Nov 15, 2022 · 16 comments
Open

Is this library still be maintained? #557

Yandamuri opened this issue Nov 15, 2022 · 16 comments

Comments

@Yandamuri
Copy link

Can some one from maintainers confirm that this library is still maintained?

@GwFreak01
Copy link

@alvaromb @slorber ?

@hraschan
Copy link

It doesn't look like that it is still maintained.

@slorber
Copy link
Collaborator

slorber commented Feb 3, 2023

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.

@Yandamuri
Copy link
Author

@slorber Thank you for your response.

May I know which package you are using alternative to the library?

@Yandamuri
Copy link
Author

@hraschan @GwFreak01

This is the response I got from library maintainers,

We're looking for an active maintainer as we moved our mobile business unit to another company.
We'll try to figure out what to do in the next month or so. One option is to provide some kind of funding, or move to Jazzband or similar.

@slorber
Copy link
Collaborator

slorber commented Feb 24, 2023

@slorber Thank you for your response.

May I know which package you are using alternative to the library?

I am mostly working on web apps now (Docusaurus) so I don't really have any alternative to recommend sorry

@Yandamuri
Copy link
Author

@slorber Thank you for your response.
May I know which package you are using alternative to the library?

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

@sajadghawami
Copy link

react-native has its own implementation by now:

https://reactnative.dev/docs/keyboardavoidingview

@Streudal
Copy link

Streudal commented Mar 27, 2023

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.

@alainib
Copy link

alainib commented May 30, 2023

react-native has its own implementation by now:

https://reactnative.dev/docs/keyboardavoidingview

it's not working well, specially when you need a scrollview inside it

@Yandamuri
Copy link
Author

@alainib May I know the exact issue you are facing?. ...I am thinking to use in my new project.

@gavrilikhin-d
Copy link

@Yandamuri noticeable issues with KeyboardAvoidingView:

  • behaves differently on iOS and Android
  • covers part of the view

@rlemasquerier
Copy link

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 KeyboardAvoidingView which seems not meant to work with scrollviews).

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.
Many usecases may be missing, so please feel free to tell me so I check what I can do or propose PR.

At least on my project, I tested it on some various iOS and android devices and it seems to work properly.

@jduhking
Copy link

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 KeyboardAvoidingView which seems not meant to work with scrollviews).

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. Many usecases may be missing, so please feel free to tell me so I check what I can do or propose PR.

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?

@Yandamuri
Copy link
Author

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.

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?

@Bibazavr
Copy link

Bibazavr commented May 6, 2024

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 KeyboardAvoidingView which seems not meant to work with scrollviews).

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.
Many usecases may be missing, so please feel free to tell me so I check what I can do or propose PR.

At least on my project, I tested it on some various iOS and android devices and it seems to work properly.

Sadly for my team, @rlemasquerier/react-native-keyboard-scrollview wasn't able cover all our requirement:c

So we created new library - @lad-tech/keyboard-aware:D

npm docs github

Feel free to use - we're planning maintain this library for long term 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests