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

[Bug]: BottomSheetFooter with BottomSheetTextInput does not handle keyboard show event with smooth animation #2031

Open
enisit opened this issue Nov 12, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@enisit
Copy link

enisit commented Nov 12, 2024

Version

v5

Reanimated Version

v3

Gesture Handler Version

v2

Platforms

iOS

What happened?

Reopening this issue since it has been closed but issue still persist with the latest version.
When the keyboard is opened the BottomSheetFooter, which contains a BottomSheetTextInput, moves to the correct position, but it does not animate to that position. Instead it instantly teleports there making the animation somewhat jarring.

Reproduction steps

  • Create a bottom sheet
  • Add bottom sheet footer
  • Add bottom sheet text input in the footer
  • Focusing input will move text input on proper position, but will do so without smooth animation

Reproduction sample

https://snack.expo.dev/@enis.povio/bottom-sheet---issue-reproduction-template

Relevant log output

No response

Video

RPReplay_Final1721199942.MP4
@enisit enisit added the bug Something isn't working label Nov 12, 2024
@enisit enisit changed the title [Bug]: [Bug]: BottomSheetFooter with BottomSheetTextInput does not handle keyboard show event with smooth animation Nov 12, 2024
@marijang
Copy link

i have also problem it seems that keyboardBlurBehavior is not working

@benjaminharringtonrose
Copy link

I can confirm this issue is happening for me as well on 5.0.6

@AbdulBasit-Kagzi
Copy link

I am facing a issue where I type any word then state changes values get set in the textInput and keyboard gets close automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants