PushNotificationIOS.popInitialNotification()

static popInitialNotification() DEPRECATED: An initial notification will be available if the app was cold-launched from a notification. The first caller of popInitialNotification will get the initial notification object, or null. Subsequent invocations will return null.

TouchableWithoutFeedback#delayPressOut

delayPressOut number Delay in ms, from the release of the touch, before onPressOut is called.

Picker#testID

testID string Used to locate this view in end-to-end tests.

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.

Animated.decay()

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

Linking#constructor()

constructor()

ActivityIndicator#hidesWhenStopped

ioshidesWhenStopped bool Whether the indicator should hide when not animating (true by default).

Vibration.cancel()

static cancel() Stop vibration @platform android

View#accessibilityLiveRegion

androidaccessibilityLiveRegion enum('none', 'polite', 'assertive') Indicates to accessibility services whether the user should be notified when this view changes. Works for Android API >= 19 only. See http://developer.android.com/reference/android/view/View.html#attr_android:accessibilityLiveRegion for references.

ScrollView#snapToInterval

iossnapToInterval number When set, causes the scroll view to stop at multiples of the value of snapToInterval. This can be used for paginating through children that have lengths smaller than the scroll view. Used in combination with snapToAlignment.