TabBarIOS.Item#title
  • References/JavaScript/React Native/Components: TabBarIOS.Item

title string Text that appears under the icon. It is ignored when a system icon is defined.

2025-01-10 15:47:30
MapView#region
  • References/JavaScript/React Native/Components: MapView

region {latitude: number, longitude: number, latitudeDelta: number, longitudeDelta: number} The region

2025-01-10 15:47:30
StatusBar#hidden
  • References/JavaScript/React Native/Components: StatusBar

hidden bool If the status bar is hidden.

2025-01-10 15:47:30
SliderIOS#value
  • References/JavaScript/React Native/Components: SliderIOS

value number Initial value of the slider. The value should be between minimumValue and maximumValue, which

2025-01-10 15:47:30
ToolbarAndroid#contentInsetEnd
  • References/JavaScript/React Native/Components: ToolbarAndroid

contentInsetEnd number Sets the content inset for the toolbar ending edge. The content inset affects

2025-01-10 15:47:30
ToolbarAndroid#titleColor
  • References/JavaScript/React Native/Components: ToolbarAndroid

titleColor color Sets the toolbar

2025-01-10 15:47:30
Slider#onSlidingComplete
  • References/JavaScript/React Native/Components: Slider

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

2025-01-10 15:47:30
LayoutAnimation.create()
  • References/JavaScript/React Native/APIs

static create(duration, type, creationProp) Helper for creating a config

2025-01-10 15:47:30
ListView#onChangeVisibleRows
  • References/JavaScript/React Native/Components: ListView

onChangeVisibleRows function (visibleRows, changedRows) => void Called when the set of visible

2025-01-10 15:47:30
TextInput#value
  • References/JavaScript/React Native/Components: TextInput

value string The value to show for the text input. TextInput is a controlled component, which means the

2025-01-10 15:47:30