KeyboardAvoidingView with ScrollView

后端 未结 8 511
误落风尘
误落风尘 2021-02-01 12:34

I am sort of new to react native and have one question that I did not find in react native documentation.

I am looking into this component KeyboardAvoidingView

8条回答
  •  终归单人心
    2021-02-01 13:10

    I ran into the same issue, though I had a different approach that basically will calculate and positioning (using translateY) the view when the keyboard appears.

    I have published the solution on github and NPM react-native-spacer.

提交回复
热议问题