React Native fixed footer

后端 未结 20 1569
南旧
南旧 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:19

    For Android problems with this:

    in app/src/AndroidManifest.xml change windowSoftInputMode to the following.

    
    

    I had absolutely no problems with this in ios using react-native and keyboardAwareScroll. I was about to implement a ton of code to figure this out until someone gave me this solution. Worked perfectly.

提交回复
热议问题