wix-incubator / react-native-keyboard-input

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

android has bugs #67

Open skyliwq opened 5 years ago

skyliwq commented 5 years ago

If there is no component,the height remains the same

wechatimg16

dabakovich commented 4 years ago

Did you resolve the issue?

dabakovich commented 4 years ago

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

ggunti commented 4 years ago

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.