DrawerLayoutAndroid#keyboardDismissMode

keyboardDismissMode enum('none', 'on-drag') Determines whether the keyboard gets dismissed in response to a drag. - 'none' (the default), drags do not dismiss the keyboard. - 'on-drag', the keyboard is dismissed when a drag begins.

TimePickerAndroid.dismissedAction()

static dismissedAction() The dialog has been dismissed.

Modal#visible

visible bool

View#testID

testID string Used to locate this view in end-to-end tests. NB: disables the 'layout-only view removal' optimization for this view!

TouchableHighlight#underlayColor

underlayColor color The color of the underlay that will show through when the touch is active.

InteractionManager.clearInteractionHandle()

static clearInteractionHandle(handle) Notify manager that an interaction has completed.

Image#testID

testID string A unique identifier for this element to be used in UI Automation testing scripts.

Picker#enabled

androidenabled bool If set to false, the picker will be disabled, i.e. the user will not be able to make a selection.

Colors

The following formats are supported: '#f0f' (#rgb) '#f0fc' (#rgba) '#ff00ff' (#rrggbb) '#ff00ff00' (#rrggbbaa) 'rgb(255, 255, 255)' 'rgba(255, 255, 255, 1.0)' 'hsl(360, 100%, 100%)' 'hsla(360, 100%, 100%, 1.0)' 'transparent' 'red' 0xff00ff00 (0xrrggbbaa) For the named colors, React Native follows the CSS3 specification: aliceblue (#f0f8ff) antiquewhite (#faebd7) aqua (#00ffff) aquamarine (#7fffd4) azure (#f0ffff) beige (#f5f5dc) bisque (#ffe4c4) black (#000000) blanched

Flexbox#marginHorizontal

marginHorizontal number