Flexbox#paddingTop
  • References/JavaScript/React Native/Polyfills

paddingTop number

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

selectionColor string The highlight (and cursor on ios) color of the text input

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

mode enum('date', 'time', 'datetime') The date picker mode.

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

testID string Used to locate this view in end-to-end tests.

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

animate(animation, callback) Typically only used internally, but could be used by a custom Animation class

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

paddingBottom number

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

marginTop number

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

onPageScrollStateChanged function Function called when the page scrolling state has changed. The page scrolling

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

iosallowsInlineMediaPlayback bool Determines whether HTML5 videos play inline

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

It is sometimes necessary to make changes directly to a component without using state/props to trigger a re-render of the entire subtree. When using React in the browser for

2025-01-10 15:47:30