View#collapsable

androidcollapsable bool Views that are only used to layout their children or otherwise don't draw anything may be automatically removed from the native hierarchy as an optimization. Set this property to false to disable this optimization and ensure that this View exists in the native view hierarchy.

View#accessible

accessible bool When true, indicates that the view is an accessibility element. By default, all the touchable elements are accessible.

View#accessibilityTraits

iosaccessibilityTraits AccessibilityTraits, [object Object] Provides additional traits to screen reader. By default no traits are provided unless specified otherwise in element

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.

View#accessibilityLabel

accessibilityLabel string Overrides the text that's read by the screen reader when the user interacts with the element. By default, the label is constructed by traversing all the children and accumulating all the Text nodes separated by space.

View#accessibilityComponentType

androidaccessibilityComponentType AccessibilityComponentType Indicates to accessibility services to treat UI component like a native one. Works for Android only.

VibrationIOS.vibrate()

static vibrate() @deprecated

Vibration.vibrate()

static vibrate(pattern, repeat)

Vibration.cancel()

static cancel() Stop vibration @platform android

Upgrading

Upgrading to new versions of React Native will give you access to more APIs, views, developer tools and other goodies. Because React Native projects are essentially made up of an Android project, an iOS project and a JavaScript project, all combined under an npm package, upgrading can be rather tricky. But we try to make it easy for you. Here's what you need to do to upgrade from an older version of React Native: 1. Upgrade the react-native dependency Note the latest version of the react-nati