paddingTop number
selectionColor string The highlight (and cursor on ios) color of the text input
mode enum('date', 'time', 'datetime') The date picker mode.
testID string Used to locate this view in end-to-end tests.
animate(animation, callback) Typically only used internally, but could be used by a custom Animation class
paddingBottom number
marginTop number
onPageScrollStateChanged function Function called when the page scrolling state has changed. The page scrolling
iosallowsInlineMediaPlayback bool Determines whether HTML5 videos play inline
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
Page 58 of 64