onValueChange function Callback for when an item is selected. This is called with the following parameters:
iosshowsPointsOfInterest bool If false points of interest won't
onChangeText function Callback that is called when the text input's text changes. Changed text is passed
color color The foreground color
scrollTo(...args) Scrolls to a given x, y offset, either immediately or with a smooth animation. See
onResponderReject function
trackImage Image.propTypes.source Assigns a single image for the track. Only static images are supported
ioscenterContent bool When true, the scroll view automatically centers the
onAnnotationPress function Deprecated. Use annotation onFocus and onBlur instead.
When building a cross-platform app, the need to write different code for different platforms may arise. This can always be achieved by organizing the various components in
Page 33 of 64