When I wrap content like this example below, it scrolls Perfectly..
return( TEST
As @Evan Siroky has answered above it's working well I'm just adding on thing for a auto height in case you don't want to reserve the space
render () { const screenHeight = Dimensions.get('window').height return( TEST TEST TEST TEST ... ) }