Here I am trying a simple code but the scroll view is not working if kept inside another view. Code is like this:
return(
you should wrap toolbar in view like this:
Wrap those component which you want to scroll inside scrollview as:
your expected components...
And provide flex to root view as:
Finally your code will run as you expected.