TextInput#onFocus

onFocus function Callback that is called when the text input is focused

ViewPagerAndroid#setPageWithoutAnimation()

setPageWithoutAnimation(selectedPage: number) A helper function to scroll to a specific page in the ViewPager. The transition between pages will not be animated.

TouchableHighlight#activeOpacity

activeOpacity number Determines what the opacity of the wrapped view should be when touch is active.

ListView#scrollTo()

scrollTo(...args) Scrolls to a given x, y offset, either immediately or with a smooth animation. See ScrollView#scrollTo.

ProgressViewIOS#trackTintColor

trackTintColor string The tint color of the progress bar track.

ScrollView#stickyHeaderIndices

iosstickyHeaderIndices [number] An array of child indices determining which children get docked to the top of the screen when scrolling. For example, passing stickyHeaderIndices={[0]} will cause the first child to be fixed to the top of the scroll view. This property is not supported in conjunction with horizontal={true}.

Dimensions.set()

static set(dims) This should only be called from native code by sending the didUpdateDimensions event. @param {object} dims Simple string-keyed object of dimensions to set

ViewPagerAndroid#initialPage

initialPage number Index of initial page that should be selected. Use setPage method to update the page, and onPageSelected to monitor page changes

PushNotificationIOS#getData()

getData() Gets the data object on the notif

RefreshControl#progressBackgroundColor

androidprogressBackgroundColor color The background color of the refresh indicator.