Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

scrollview child layout ( justifycontent ) must be applied through the contentcontainerstyle prop

//change your style prop in the scrollview to contentContainerStyle


//from
<ScrollView style={{your style}}>
</ScrollView>

//to
<ScrollView contentContainerStyle={{your style}}>
</ScrollView>
 
PREVIOUS NEXT
Tagged: #scrollview #child #layout #justifycontent #applied #contentcontainerstyle #prop
ADD COMMENT
Topic
Name
5+7 =