Geolocation.getCurrentPosition()

static getCurrentPosition(geo_success, geo_error?, geo_options?) Invokes the success callback once with the latest location info. Supported options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool) On Android, this can return almost immediately if the location is cached or request an update, which might take a while.

MapView#mapType

iosmapType enum('standard', 'satellite', 'hybrid') The map type to be displayed. standard: standard road map (default) satellite: satellite view hybrid: satellite view with roads and points of interest overlaid

NavigatorIOS#translucent

translucent bool A Boolean value that indicates whether the navigation bar is translucent by default

View#accessible

accessible bool When true, indicates that the view is an accessibility element. By default, all the touchable elements are accessible.

TouchableNativeFeedback.SelectableBackground()

static SelectableBackground() Creates an object that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground).

RefreshControl#colors

androidcolors [color] The colors (at least one) that will be used to draw the refresh indicator.

ListView#onEndReached

onEndReached function Called when all rows have been rendered and the list has been scrolled to within onEndReachedThreshold of the bottom. The native scroll event is provided.

Flexbox#marginRight

marginRight number

SliderIOS#onValueChange

onValueChange function Callback continuously called while the user is dragging the slider.

WebView#startInLoadingState

startInLoadingState bool