Animated#removeAllListeners()

removeAllListeners()

DrawerLayoutAndroid#onDrawerClose

onDrawerClose function Function called whenever the navigation view has been closed.

AppState#constructor()

constructor()

DrawerLayoutAndroid#openDrawer()

openDrawer() Opens the drawer.

PushNotificationIOS.requestPermissions()

static requestPermissions(permissions?) Requests notification permissions from iOS, prompting the user's dialog box. By default, it will request all notification permissions, but a subset of these can be requested by passing a map of requested permissions. The following permissions are supported: alert badge sound If a map is provided to the method, only the permissions with truthy values will be requested. This method returns a promise that will resolve when the user accepts, rejects, or if

ScrollView#scrollWithoutAnimationTo()

scrollWithoutAnimationTo(y, x) Deprecated, do not use.

Animated.decay()

static decay(value, config) Animates a value from an initial velocity to zero based on a decay coefficient.

Modal#animated

animated bool Deprecated Use the animationType prop instead.

Linking#constructor()

constructor()

NavigatorIOS#replaceAtIndex()

replaceAtIndex(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; }, index: number) Replace a route in the navigation stack. index specifies the route in the stack that should be replaced. If it's negative, it counts from the back.