StatusBar#animated
  • References/JavaScript/React Native/Components: StatusBar

animated bool If the transition between status bar property changes should be animated. Supported for backgroundColor

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

onLayout function Invoked on mount and layout changes with {nativeEvent: {layout: {x, y,

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
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
DrawerLayoutAndroid#drawerWidth
  • References/JavaScript/React Native/Components: DrawerLayoutAndroid

drawerWidth number Specifies the width of the drawer, more precisely the width of the view that be pulled

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

static getApplicationIconBadgeNumber(callback) Gets the current badge number

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

shadowOpacity number

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

autoCorrect bool If false, disables auto-correct. The default value is true.

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

static addEventListener(eventName, handler) Invokes the listener whenever

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

renderHeader function

2025-01-10 15:47:30