Here I am trying a simple code but the scroll view is not working if kept inside another view. Code is like this:
return(
Use react fragments instead of a View to wrap your scroll view it worked for me
<> .......... >