ScrollView#decelerationRate

iosdecelerationRate enum('fast', 'normal'), number A floating-point number that determines how quickly the scroll view decelerates after the user lifts their finger. You may also use string shortcuts "normal" and "fast" which match the underlying iOS settings for UIScrollViewDecelerationRateNormal and UIScrollViewDecelerationRateFast respectively. - normal: 0.998 (the default) - fast: 0.99

WebView#onShouldStartLoadWithRequest

iosonShouldStartLoadWithRequest function Allows custom handling of any webview requests by a JS handler. Return true or false from this method to continue loading the request.

LayoutAnimation#spring

spring: CallExpression

ListView#renderSeparator

renderSeparator function (sectionID, rowID, adjacentRowHighlighted) => renderable If provided, a renderable component to be rendered as the separator below each row but not the last row if there is a section header below. Take a sectionID and rowID of the row above and whether its adjacent row is highlighted.

NetInfo.fetch()

static fetch() Returns a promise that resolves with one of the connectivity types listed above.

View#accessibilityTraits

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

WebView#goForward()

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

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.

TouchableWithoutFeedback#delayPressOut

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

Picker#testID

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