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

feat: add keyboard example #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add keyboard example #112

wants to merge 1 commit into from

Conversation

ex3ndr
Copy link

@ex3ndr ex3ndr commented Feb 22, 2025

This is an example of using chat with react-native-keyboard-controller (it is not working at the moment)

@jmeistrich
Copy link
Contributor

It seems like it's not triggering onLayout from inside react-native-keyboard-controller's KeyboardAvoidingView. But React Native's KeyboardAvoidingView does. Do you (or anyone else) know why that is?

@ex3ndr
Copy link
Author

ex3ndr commented Feb 23, 2025

Triggering onLayout would cause it to stutter anyway, it is all built using Reanimated, i guess thats why

@kirillzyusko
Copy link

On top of what I remember onLayout should be triggered anyway, because we are changing the layout of the view 🤔

@ex3ndr have you tried to add new translate-with-padding mode?

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

Successfully merging this pull request may close these issues.

3 participants