KeyboardAvoidingView with ScrollView

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

    The below code solved my issue

    
     {renderForm()}
      
    
    );
    

    // where renderForm render the long form with ScrollView

提交回复
热议问题