wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
818 stars 150 forks source link

Show toolbar only when keyboard is opened. How? #108

Closed ggunti closed 4 years ago

ggunti commented 4 years ago

Hello! I want to show the toolbar only when keyboard is opened. Otherwise, I want to hide it. Is it possible?

Captură de ecran din 2020-05-12 la 19 29 10

Thank you!

M-i-k-e-l commented 4 years ago

This is more of a user's code and not a library code question, but this is a start. It's still not perfect, you'll see a small hiccup when returning from a custom keyboard to the regular one, but I'll leave that to you.

ggunti commented 4 years ago

@M-i-k-e-l Thank you, it works! I was able to easily solve also the hiccup.