Modal#animated

animated bool Deprecated Use the animationType prop instead.

Animated.decay()

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

Slider#maximumValue

maximumValue number Initial maximum value of the slider. Default value is 1.

TimePickerAndroid.open()

static open(options) Opens the standard Android time picker dialog. The available keys for the options object are: hour (0-23) - the hour to show, defaults to the current time minute (0-59) - the minute to show, defaults to the current time * is24Hour (boolean) - If true, the picker uses the 24-hour format. If false, the picker shows an AM/PM chooser. If undefined, the default for the current locale is used. Returns a Promise which will be invoked an object containing action, hour (0-23),

ScrollView#scrollWithoutAnimationTo()

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

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

DrawerLayoutAndroid#openDrawer()

openDrawer() Opens the drawer.

DrawerLayoutAndroid#onDrawerClose

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

AppState#constructor()

constructor()

DatePickerIOS#timeZoneOffsetInMinutes

timeZoneOffsetInMinutes number Timezone offset in minutes. By default, the date picker will use the device's timezone. With this parameter, it is possible to force a certain timezone offset. For instance, to show times in Pacific Standard Time, pass -7 * 60.