DatePickerAndroid.dismissedAction()

static dismissedAction() The dialog has been dismissed.

ViewPagerAndroid#scrollEnabled

scrollEnabled bool When false, the content does not scroll. The default value is true.

TabBarIOS.Item#onPress

onPress function Callback when this tab is being selected, you should change the state of your component to set selected={true}.

NavigatorIOS#replacePrevious()

replacePrevious(route: { component: Function; title: string; passProps?: Object; backButtonTitle?: string; backButtonIcon?: Object; leftButtonTitle?: string; leftButtonIcon?: Object; onLeftButtonPress?: Function; rightButtonTitle?: string; rightButtonIcon?: Object; onRightButtonPress?: Function; wrapperStyle?: any; }) Replace the route/view for the previous page.

Flexbox#borderBottomWidth

borderBottomWidth number

Vibration.vibrate()

static vibrate(pattern, repeat)

TabBarIOS.Item#systemIcon

systemIcon enum('bookmarks', 'contacts', 'downloads', 'favorites', 'featured', 'history', 'more', 'most-recent', 'most-viewed', 'recents', 'search', 'top-rated') Items comes with a few predefined system icons. Note that if you are using them, the title and selectedIcon will be overridden with the system ones.

Animated#getTranslateTransform()

getTranslateTransform() Converts {x, y} into a useable translation transform, e.g. style={{ transform: this.state.anim.getTranslateTransform() }}

Animations

Fluid, meaningful animations are essential to the mobile user experience. Like everything in React Native, Animation APIs for React Native are currently under development, but have started to coalesce around two complementary systems: LayoutAnimation for animated global layout transactions, and Animated for more granular and interactive control of specific values. Animated The Animated library is designed to make it very easy to concisely express a wide variety of interesting animation and in

ToastAndroid.show()

static show(message, duration)