Scroll View inside view not working react native

后端 未结 8 2117
渐次进展
渐次进展 2021-02-07 00:31

Here I am trying a simple code but the scroll view is not working if kept inside another view. Code is like this:

  return(
  
    

        
8条回答
  •  眼角桃花
    2021-02-07 01:12

    If you are using

    from native base and you want to scroll then use KeyboardAwareScrollView

    
    .
    .
    
    
    

    this will work on Android

提交回复
热议问题