douglasjunior / react-native-keyboard-manager

⚛ Library to prevent issues of keyboard sliding up and cover inputs on React-Native iOS projects.
https://www.npmjs.com/package/react-native-keyboard-manager
MIT License
934 stars 60 forks source link

(Partially) Incompatible with `react-hook-form`? #90

Closed hb-webdev closed 2 years ago

hb-webdev commented 2 years ago

KeyboardManager does not work (it doesn't move the keyboard out of the way of the input field) unless I tap completely off of the form, then click back on the input field. Otherwise, the field gets covered up.

https://user-images.githubusercontent.com/85006632/170795422-9d140367-cc85-4212-9271-0702b28399f6.mp4

(Maybe there's a way I can simulate clicking off the form then clicking the selected field so react-native-keyboard-manager properly activates?? 🥴)

douglasjunior commented 2 years ago

Can you provide a reproducible demo or simulate with the Sample project?

hb-webdev commented 2 years ago

I'm unable to replicate the issue when making a basic demo. Hm...I wonder what I did that causes the behavior.