Picker#selectedValue
  • References/JavaScript/React Native/Components: Picker

selectedValue any Value matching value of one of the items. Can be a string or an integer.

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

ioshidesWhenStopped bool Whether the indicator should hide when not animating

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

JavaScript Runtime When using React Native, you're going to be running your JavaScript code in two environments:

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

replaceAtIndex(route, index, cb) Replace a scene as specified by an index index specifies

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

disabled bool If true the user won't be able to move the slider. Default value is false.

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

progressImage Image.propTypes.source A stretchable image to display as the progress bar.

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

minimumValue number Initial minimum value of the slider. Default value is 0.

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

onNavigationStateChange function

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

delayPressOut number Delay in ms, from the release of the touch, before onPressOut is called.

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

mediaPlaybackRequiresUserAction bool Determines whether HTML5 audio & videos require the user to tap

2025-01-10 15:47:30