ListView#renderRow

renderRow function (rowData, sectionID, rowID, highlightRow) => renderable Takes a data entry from the data source and its ids and should return a renderable component to be rendered as the row. By default the data is exactly what was put into the data source, but it's also possible to provide custom extractors. ListView can be notified when a row is being highlighted by calling highlightRow(sectionID, rowID). This sets a boolean value of adjacentRowHighlighted in renderSeparator, allowing

WebView#onLoadEnd

onLoadEnd function Invoked when load either succeeds or fails

Navigator#onWillFocus

onWillFocus function Will emit the target route upon mounting and before each nav transition

NavigatorIOS#popToTop()

popToTop() Go back to the top item

ScrollView#canCancelContentTouches

ioscanCancelContentTouches bool When false, once tracking starts, won't try to drag if the touch moves. The default value is true.

SliderIOS#onSlidingComplete

onSlidingComplete function Callback called when the user finishes changing the value (e.g. when the slider is released).

AsyncStorage.removeItem()

static removeItem(key, callback?) Returns a Promise object.

ToolbarAndroid#logo

logo optionalImageSource Sets the toolbar logo.

DatePickerAndroid.dateSetAction()

static dateSetAction() A date has been selected.

Dimensions.get()

static get(dim) Initial dimensions are set before runApplication is called so they should be available before any other require's are run, but may be updated later. Note: Although dimensions are available immediately, they may change (e.g due to device rotation) so any rendering logic or styles that depend on these constants should try to call this function on every render, rather than caching the value (for example, using inline styles rather than setting a value in a StyleSheet). Example: