Closed antonandreyev closed 2 weeks ago
@antonandreyev thank you for the issue! I'm able to reproduce it 🎉
I opened a PR with a potential fix - https://github.com/kirillzyusko/react-native-keyboard-controller/pull/667
May I ask you to test it and let me know how it works for you?
Yes, I can confirm it helped! But also I can note little regression in the actual app: Status bar loses (or gains) color when password manager is visible (it returns back once manager is hidden). Context:
I will try to find time tomorrow to create a reproduction repo
I will try to find time tomorrow to create a reproduction repo
Thank you, because StatusBar
doesn't change a color in my example app 🙂
Feel free to open a new issue then 🙌 (I'll merge a PR and this issue will be automatically closed)
Describe the bug When using autofill on Android with Google password manager inside KeyboardAwareScrollView, keyboard behaves like this:
Code snippet
Repo for reproducing N/A, full code provided in the snippet.
To Reproduce See the video and follow steps in description
Expected behavior On the second keyboard appearance keyboard avoidance works
Screenshots
https://github.com/user-attachments/assets/ccbf2599-4f4e-4800-aad9-0d3f320398bd
Smartphone (please complete the following information):
Additional context "react-native-gesture-handler": "^2.20.2", "react-native-reanimated": "~3.15.5", "react-native-safe-area-context": "^4.12.0",