static addEventListener(eventName, handler) Invokes the listener whenever network status changes. The listener receives one of the connectivity types listed above.
paddingVertical number
scrollEnabled bool When false, the content does not scroll. The default value is true.
static getItem(key, callback?) Fetches key and passes the result to callback, along with an Error if there is any. Returns a Promise object.
date Date The currently selected date.
onValueChange function Callback for when an item is selected. This is called with the following parameters: - itemValue: the value prop of the item that was selected - itemPosition: the index of the selected item in this picker
static removeEventListener(eventName, handler) Removes the listener for network status changes.
iosbouncesZoom bool When true, gestures can drive zoom past min/max and the zoom will animate to the min/max value at gesture end, otherwise the zoom will not exceed the limits.
pagingEnabled bool When true, the scroll view stops on multiples of the scroll view's size when scrolling. This can be used for horizontal pagination. The default value is false.
onEndReachedThreshold number Threshold in pixels (virtual, not physical) for calling onEndReached.
Page 39 of 64