ScrollView#scrollIndicatorInsets

iosscrollIndicatorInsets {top: number, left: number, bottom: number, right: number} The amount by which the scroll view indicators are inset from the edges of the scroll view. This should normally be set to the same value as the contentInset. Defaults to {0, 0, 0, 0}.

ActivityIndicator#hidesWhenStopped

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

ScrollView#contentInset

ioscontentInset {top: number, left: number, bottom: number, right: number} The amount by which the scroll view content is inset from the edges of the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}.

Navigator#navigator

navigator object Optionally provide the navigator object from a parent Navigator

Vibration.cancel()

static cancel() Stop vibration @platform android

View#renderToHardwareTextureAndroid

androidrenderToHardwareTextureAndroid bool Whether this view should render itself (and all of its children) into a single hardware texture on the GPU. On Android, this is useful for animations and interactions that only modify opacity, rotation, translation, and/or scale: in those cases, the view doesn't have to be redrawn and display lists don't need to be re-executed. The texture can just be re-used and re-composited with different parameters. The downside is that this can use up limited v

Navigator#replaceAtIndex()

replaceAtIndex(route, index, cb) Replace a scene as specified by an index index specifies the route in the stack that should be replaced. If it's negative, it counts from the back.

View#onResponderRelease

onResponderRelease function

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.

SegmentedControlIOS#onValueChange

onValueChange function Callback that is called when the user taps a segment; passes the segment's value as an argument