ScrollView#canCancelContentTouches

ioscanCancelContentTouches bool When false, once tracking starts, won't try to drag if the touch moves. The default value is true.

Image#capInsets

ioscapInsets {top: number, left: number, bottom: number, right: number} When the image is resized, the corners of the size specified by capInsets will stay a fixed size, but the center content and borders of the image will be stretched. This is useful for creating resizable rounded buttons, shadows, and other resizable assets. More info on Apple documentation

ScrollView#scrollsToTop

iosscrollsToTop bool When true, the scroll view scrolls to top when the status bar is tapped. The default value is true.

ToolbarAndroid#subtitle

subtitle string Sets the toolbar subtitle.

NativeMethodsMixin.measureInWindow()

static measureInWindow(callback) Determines the location of the given view in the window and returns the values via an async callback. If the React root view is embedded in another native view, this will give you the absolute coordinates. If successful, the callback will be called with the following arguments: x y width height Note that these measurements are not available until after the rendering has been completed in native.

Animated#setValue()

setValue(value) Directly set the value. This will stop any animations running on the value and update all the bound properties.

Navigator#popToRoute()

popToRoute(route) Pop to a particular scene, as specified by its route. All scenes after it will be unmounted.

SliderIOS#onSlidingComplete

onSlidingComplete function Callback called when the user finishes changing the value (e.g. when the slider is released).

PushNotificationIOS#getBadgeCount()

getBadgeCount() Gets the badge count number from the aps object

MapView#annotations

iosannotations [{latitude: number, longitude: number, animateDrop: bool, draggable: bool, onDragStateChange: function, onFocus: function, onBlur: function, title: string, subtitle: string, leftCalloutView: element, rightCalloutView: element, detailCalloutView: element, tintColor: [object Object], image: Image.propTypes.source, view: element, id: string, hasLeftCallout: deprecatedPropType( React.PropTypes.bool, 'Use `leftCalloutView` instead.' ), hasRightCallout: deprecatedPropType( React.PropT