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> );
renderError function Function that returns a view to show if there's an error.
static watchPosition(success, error?, options?) Invokes the success callback whenever the location changes. Supported options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool), distanceFilter(m)
onBlur function Callback that is called when the text input is blurred
onLongPress function
static stopObserving()
iosenablesReturnKeyAutomatically bool If true, the keyboard disables the return key when there is no text and automatically enables it when there is text. The default value is false.
maximumTrackTintColor string The color used for the track to the right of the button. Overrides the default blue gradient image.
onLayout function Invoked on mount and layout changes with {nativeEvent: {layout: {x, y, width, height}}}
tintColor color Color of the currently selected tab icon
Page 18 of 64