Image#blurRadius

iosblurRadius number blurRadius: the blur radius of the blur filter added to the image

PushNotificationIOS#getMessage()

getMessage() An alias for getAlert to get the notification's main message string

TouchableWithoutFeedback#pressRetentionOffset

pressRetentionOffset {top: number, left: number, bottom: number, right: number} When the scroll view is disabled, this defines how far your touch may move off of the button, before deactivating the button. Once deactivated, try moving it back and you'll see that the button is once again reactivated! Move it back and forth several times while the scroll view is disabled. Ensure you pass in a constant to reduce memory allocations.

Switch#thumbTintColor

iosthumbTintColor color Color of the foreground switch grip.

Flexbox#borderRightWidth

borderRightWidth number

SegmentedControlIOS#values

values [string] The labels for the control's segment buttons, in order.

TextInput#clear()

clear() Removes all text from the input.

Flexbox#paddingBottom

paddingBottom number

DrawerLayoutAndroid#drawerLockMode

drawerLockMode enum('unlocked', 'locked-closed', 'locked-open') Specifies the lock mode of the drawer. The drawer can be locked in 3 states: - unlocked (default), meaning that the drawer will respond (open/close) to touch gestures. - locked-closed, meaning that the drawer will stay closed and not respond to gestures. - locked-open, meaning that the drawer will stay opened and not respond to gestures. The drawer may still be opened and closed programmatically (openDrawer/closeDrawer).

RefreshControl#title

iostitle string The title displayed under the refresh indicator.