iosonError function Invoked on load error with {nativeEvent: {error}}
selectTextOnFocus bool If true, all text will automatically be selected on focus
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.
animationType enum('none', 'slide', 'fade')
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.
shadowRadius number
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.
mediaPlaybackRequiresUserAction bool Determines whether HTML5 audio & videos require the user to tap before they can start playing. The default value is false.
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
shadowOpacity number
Page 46 of 64