View#pointerEvents

pointerEvents enum('box-none', 'none', 'box-only', 'auto') Controls whether the View can be the target of touch events. 'auto': The View can be the target of touch events. 'none': The View is never the target of touch events. 'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:.box-none { pointer-events: none; } .box-none * { pointer-events: all; } 'box-only': The view can be the target of tou

StatusBar#networkActivityIndicatorVisible

iosnetworkActivityIndicatorVisible bool If the network activity indicator should be visible.

Animated#removeAllListeners()

removeAllListeners()

Picker#testID

testID string Used to locate this view in end-to-end tests.

TouchableWithoutFeedback#delayPressOut

delayPressOut number Delay in ms, from the release of the touch, before onPressOut is called.

PushNotificationIOS.popInitialNotification()

static popInitialNotification() DEPRECATED: An initial notification will be available if the app was cold-launched from a notification. The first caller of popInitialNotification will get the initial notification object, or null. Subsequent invocations will return null.

WebView#goForward()

goForward() Go forward one page in the webview's history.

ScrollView#removeClippedSubviews

removeClippedSubviews bool Experimental: When true, offscreen child views (whose overflow value is hidden) are removed from their native backing superview when offscreen. This can improve scrolling performance on long lists. The default value is true.

TextInput#keyboardAppearance

ioskeyboardAppearance enum('default', 'light', 'dark') Determines the color of the keyboard.

View#accessibilityTraits

iosaccessibilityTraits AccessibilityTraits, [object Object] Provides additional traits to screen reader. By default no traits are provided unless specified otherwise in element