AndroidManifest.xml
android:windowSoftInputMode="adjustResize"
I found this bug while playing with StatusBar
if you set StatusBar hidden="true" the keyboard push the header out of the screen instead of resizing.
hidden="false"

hidden="true"

"react": "15.4.2",
"react-native": "0.41.0",
Hey, thanks for reporting this issue!
It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. Specifically, a code sample or Sketch would be ideal here.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
This is pretty easy to reproduce.
Just try to use KeyboardAvoidingView on a scene that also has <StatusBar hidden="true" />.
Run it on android. KeyboardAvoidingView does not work as expected.
Can you open a new issue?
@hramos they did open a new issue but you closed that one as well - https://github.com/facebook/react-native/issues/13000
We are keeping new issues open a bit longer these days. Just make sure the new one has all the details. Opening an issue does not guarantee a fix, however. It鈥檚 up to the contributors that are active in the project to decide what they spend their time on. Having a detailed issue that demonstrates the root cause has been investigated usually helps.
Understood. I just found it funny that we are asking for them to create a new issue after already closing their new issue. :P haha
shrug I was talking to @rcorrie, who bumped this closed issue.
I understand. I didn't mean to point out or anything, i just wanted to share a laugh :P I know thats from your boss, he tells you to close things. You do amazing work in bring RN to us, thanks @hramos!