KeyboardAvoidingView with ScrollView

后端 未结 8 508
误落风尘
误落风尘 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:05

    In my case I used: https://github.com/APSL/react-native-keyboard-aware-scroll-view.

    
      ....
      
        ....
        
      
    
    

    It supports older RN versions too.

    My text input was somewhere hidden deep is some custom child component of the ScrollView but the package worked great for both Android and iOS

提交回复
热议问题