React Native fixed footer

后端 未结 20 1511
南旧
南旧 2020-12-22 16:57

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?

20条回答
  •  天涯浪人
    2020-12-22 17:36

    Set android:windowSoftInputMode="adjustPan" in your manifest file, and it will work as you expect.

提交回复
热议问题