SegmentedControlIOS#onChange

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

SegmentedControlIOS#momentary

momentary bool If true, then selecting a segment won't persist visually. The onValueChange callback will still work as expected.

SegmentedControlIOS#enabled

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

ScrollView#zoomScale

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

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#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#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#showsVerticalScrollIndicator

showsVerticalScrollIndicator bool When true, shows a vertical scroll indicator.

ScrollView#showsHorizontalScrollIndicator

showsHorizontalScrollIndicator bool When true, shows a horizontal scroll indicator.