iosdefaultSource {uri: string, width: number, height: number, scale: number}, number A static image to display while loading the image source.
resizeMode enum('cover', 'contain', 'stretch') Determines how to resize the image when the frame doesn't match the raw image dimensions. 'cover': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding). 'contain': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal t
iosonTintColor color Background color when the switch is turned on.
androidmode enum('dialog', 'dropdown') On Android, specifies how to display the selection items when the user taps on the picker: 'dialog': Show a modal dialog. This is the default. 'dropdown': Shows a dropdown anchored to the picker view
testID string Used to locate this view in end-to-end tests.
width number
onLoad function Invoked when load finish
iosscrollEnabled bool
static multiply(a, b) Creates a new Animated value composed from two Animated values multiplied together.
refreshControl element A RefreshControl component, used to provide pull-to-refresh functionality for the ScrollView. See RefreshControl.
Page 55 of 64