react-native-keyboard-input icon indicating copy to clipboard operation
react-native-keyboard-input copied to clipboard

android has bugs

Open skyliwq opened this issue 6 years ago • 3 comments

If there is no component,the height remains the same

wechatimg16

skyliwq avatar Oct 23 '18 09:10 skyliwq

Did you resolve the issue?

dabakovich avatar Nov 04 '19 08:11 dabakovich

I just found a solution. To fix it remove android:windowSoftInputMode="adjustResize" in AndroidManifest.xml file.

dabakovich avatar Nov 04 '19 09:11 dabakovich

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.

ggunti avatar May 23 '20 17:05 ggunti