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

Help with Flatlist + InputAccessoryView #1767

Open
timothyerwin opened this issue Jul 11, 2023 · 0 comments
Open

Help with Flatlist + InputAccessoryView #1767

timothyerwin opened this issue Jul 11, 2023 · 0 comments

Comments

@timothyerwin
Copy link

timothyerwin commented Jul 11, 2023

Hey,

It looks like you have a lot of interesting stuff here related to the keyboard in React Native.

The current InputAccessoryView in React Native isn't very flexible. For example, it forces safe area insets, hides and shows at random times or just completely disappears and it seems to be affecting the FlatList automatic keyboard inset if you try to use it as a sticky keyboard (Snapchat, Whatsapp, etc) and it generally just feels like it's getting in the way of things like FlatList calculations since it's taking into account also the accessory even if the keyboard is gone.

So my question is, have you addressed all of that in any of your modules or can you comment how I might address these issues?

It looks like this project is mostly self contained, so I'm not sure where I would start besides hacking together some native module directly in my codebase.

Sorry for the long winded rant. Thanks for any helpful suggestions.

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

2 participants
@timothyerwin and others