react-native-keyboard-input
react-native-keyboard-input copied to clipboard
CustomKeyboardView don't resize if empty
Hi,
when I have custom keyboard rendered:
and then I call KeyboardUtils.dismiss(), height doesn't update to 0px and hold same size without rendered custom keyboard:
When I was debugging then this line was "null" (without component): https://github.com/wix/react-native-keyboard-input/blob/31564eb82e7683b4a0ea89ae3289eba3eb8f63d5/src/CustomKeyboardView.js#L119
Could you please help me, how I can fix it. Maybe it will be only some styles to hold height of component inside.
Thank you.
+1
same problem
Guys, did you resolve the problem?
I just found a solution.
To fix it remove android:windowSoftInputMode="adjustResize"
in AndroidManifest.xml file.
Hi guys, the same problem here any updates?