ViewPagerAndroid#pageMargin

pageMargin number Blank space to show between pages. This is only visible while scrolling, pages are still edge-to-edge.

TextInput#isFocused()

isFocused(): boolean Returns if the input is currently focused.

DatePickerAndroid.dismissedAction()

static dismissedAction() The dialog has been dismissed.

TouchableWithoutFeedback#disabled

disabled bool If true, disable all interactions for this component.

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.

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.

Slider#maximumTrackTintColor

iosmaximumTrackTintColor string The color used for the track to the right of the button. Overrides the default blue gradient image.

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)

WebView#goBack()

goBack() Go back one page in the webview's history.