I try to create react native app that looks like existing web app. I have a fixed footer at bottom of window. Do anyone have idea how this can be achieved with react native?
Set android:windowSoftInputMode="adjustPan" in your manifest file, and it will work as you expect.