WebView#renderError

renderError function Function that returns a view to show if there's an error.

DrawerLayoutAndroid#drawerBackgroundColor

drawerBackgroundColor color Specifies the background color of the drawer. The default value is white. If you want to set the opacity of the drawer, use rgba. Example: return ( <DrawerLayoutAndroid drawerBackgroundColor="rgba(0,0,0,0.5)"> </DrawerLayoutAndroid> );

Geolocation.watchPosition()

static watchPosition(success, error?, options?) Invokes the success callback whenever the location changes. Supported options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool), distanceFilter(m)

TextInput#onBlur

onBlur function Callback that is called when the text input is blurred

TouchableWithoutFeedback#onLayout

onLayout function Invoked on mount and layout changes with {nativeEvent: {layout: {x, y, width, height}}}

Linking#addEventListener()

addEventListener(type, handler) Add a handler to Linking changes by listening to the url event type and providing the handler

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

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.

DatePickerIOS#minimumDate

minimumDate Date Minimum date. Restricts the range of possible date/time values.

MapView#minDelta

iosminDelta number Minimum size of area that can be displayed.