NetInfo.fetch()

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

ToolbarAndroid#contentInsetEnd

contentInsetEnd number Sets the content inset for the toolbar ending edge. The content inset affects the valid area for Toolbar content other than the navigation button and menu. Insets define the minimum margin for these components and can be used to effectively align Toolbar content along well-known gridlines.

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.

LayoutAnimation#spring

spring: CallExpression

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.

AppRegistry.registerComponent()

static registerComponent(appKey, getComponentFunc)

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

ToolbarAndroid#onIconClicked

onIconClicked function Callback called when the icon is selected.

Navigator#pop()

pop() Transition back and unmount the current scene.

TextInput#placeholder

placeholder string The string that will be rendered before text input has been entered