SegmentedControlIOS#enabled

enabled bool If false the user won't be able to interact with the control. Default value is true.

SegmentedControlIOS#onValueChange

onValueChange function Callback that is called when the user taps a segment; passes the segment's value as an argument

SegmentedControlIOS#onChange

onChange function Callback that is called when the user taps a segment; passes the event as an argument

ScrollView#style

style style Flexbox... ShadowPropTypesIOS#style... Transforms... backfaceVisibility enum('visible', 'hidden') backgroundColor color borderBottomColor color borderBottomLeftRadius number borderBottomRightRadius number borderBottomWidth number borderColor color borderLeftColor color borderLeftWidth number borderRadius number borderRightColor color borderRightWidth number borderStyle enum('solid', 'dotted', 'dashed') borderTopColor color borderTopLeftRadius number borderTopRightRa

ScrollView#stickyHeaderIndices

iosstickyHeaderIndices [number] An array of child indices determining which children get docked to the top of the screen when scrolling. For example, passing stickyHeaderIndices={[0]} will cause the first child to be fixed to the top of the scroll view. This property is not supported in conjunction with horizontal={true}.

ScrollView#zoomScale

ioszoomScale number The current scale of the scroll view content. The default value is 1.0.

ScrollView#snapToAlignment

iossnapToAlignment enum('start', 'center', 'end') When snapToInterval is set, snapToAlignment will define the relationship of the snapping to the scroll view. - start (the default) will align the snap at the left (horizontal) or top (vertical) - center will align the snap in the center - end will align the snap at the right (horizontal) or bottom (vertical)

ScrollView#snapToInterval

iossnapToInterval number When set, causes the scroll view to stop at multiples of the value of snapToInterval. This can be used for paginating through children that have lengths smaller than the scroll view. Used in combination with snapToAlignment.

ScrollView#showsVerticalScrollIndicator

showsVerticalScrollIndicator bool When true, shows a vertical scroll indicator.

ScrollView#scrollPerfTag

androidscrollPerfTag string Tag used to log scroll performance on this scroll view. Will force momentum events to be turned on (see sendMomentumEvents). This doesn't do anything out of the box and you need to implement a custom native FpsListener for it to be useful.