ActivityIndicator#hidesWhenStopped
  • References/JavaScript/React Native/Components: ActivityIndicator

ioshidesWhenStopped bool Whether the indicator should hide when not animating

2025-01-10 15:47:30
Flexbox#alignItems
  • References/JavaScript/React Native/Polyfills

alignItems enum('flex-start', 'flex-end', 'center', 'stretch')

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

minimumTrackTintColor string The color used for the track to the left of the button. Overrides the default

2025-01-10 15:47:30
Image.getSize()
  • References/JavaScript/React Native/Components: Image

static getSize(uri: string, success: (width: number, height: number) => void, failure: (error: any) => void)

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

androidreturnKeyLabel string Sets the return key to the label. Use it instead

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

onIconClicked function Callback called when the icon is selected.

2025-01-10 15:47:30
TabBarIOS.Item#icon
  • References/JavaScript/React Native/Components: TabBarIOS.Item

icon Image.propTypes.source A custom icon for the tab. It is ignored when a system icon is defined.

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

static sequence(animations) Starts an array of animations in order, waiting

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

androidtranslucent bool If the status bar is translucent. When translucent

2025-01-10 15:47:30
Performance
  • References/JavaScript/React Native/Guides

A compelling reason for using React Native instead of WebView-based tools is to achieve 60 FPS and a native look & feel to your apps. Where possible, we would like for

2025-01-10 15:47:30