react-native-keyboard-input
react-native-keyboard-input copied to clipboard
android has bugs
If there is no component,the height remains the same
Did you resolve the issue?
I just found a solution.
To fix it remove android:windowSoftInputMode="adjustResize"
in AndroidManifest.xml file.
I also found similar behavior, but only when I edited some react native (javascript) code and then I reloaded the app with COMMAND+R. So, when you edit some javascript, don't just simply reload the app, try to fully close it and run it again.