Image#onError

iosonError function Invoked on load error with {nativeEvent: {error}}

TextInput#selectTextOnFocus

selectTextOnFocus bool If true, all text will automatically be selected on focus

MapView#showsUserLocation

showsUserLocation bool If true the app will ask for the user's location and display it on the map. Default value is false. NOTE: on iOS, you need to add the NSLocationWhenInUseUsageDescription key in Info.plist to enable geolocation, otherwise it will fail silently.

Modal#animationType

animationType enum('none', 'slide', 'fade')

TouchableNativeFeedback#background

background backgroundPropType Determines the type of background drawable that's going to be used to display feedback. It takes an object with type property and extra data depending on the type. It's recommended to use one of the static methods to generate that dictionary.

ShadowPropTypesIOS#shadowRadius

shadowRadius number

MapView#legalLabelInsets

ioslegalLabelInsets {top: number, left: number, bottom: number, right: number} Insets for the map's legal label, originally at bottom left of the map. See EdgeInsetsPropType.js for more information.

WebView#mediaPlaybackRequiresUserAction

mediaPlaybackRequiresUserAction bool Determines whether HTML5 audio & videos require the user to tap before they can start playing. The default value is false.

ActionSheetIOS.showActionSheetWithOptions()

static showActionSheetWithOptions(options, callback) Display an iOS action sheet. The options object must contain one or more of: options (array of strings) - a list of button titles (required) cancelButtonIndex (int) - index of cancel button in options destructiveButtonIndex (int) - index of destructive button in options title (string) - a title to show above the action sheet message (string) - a message to show below the title

ShadowPropTypesIOS#shadowOpacity

shadowOpacity number