Animated#interpolate()
  • References/JavaScript/React Native/APIs

interpolate(config) Interpolates the value before updating the property, e.g. mapping 0-1 to 0-10.

2025-01-10 15:47:30
NetInfo#isConnected
  • References/JavaScript/React Native/APIs

isConnected Available on all platforms. Asynchronously fetch a boolean to determine internet connectivity.

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

multiline bool If true, the text input can be multiple lines. The default value is false.

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

renderHeader function

2025-01-10 15:47:30
TouchableOpacity#setOpacityTo()
  • References/JavaScript/React Native/Components: TouchableOpacity

setOpacityTo(value: number) Animate the touchable to a new opacity.

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

progress number The progress value (between 0 and 1).

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

iosaccessibilityLabel string The text that's read by the screen reader when

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

setValue(value) Directly set the value. This will stop any animations running on the value and update all

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

shadowColor color

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

static setBarStyle(style: 'default' | 'light-content', animated: boolean)

2025-01-10 15:47:30