ScrollView#canCancelContentTouches

ioscanCancelContentTouches bool When false, once tracking starts, won't try to drag if the touch moves. The default value is true.

ScrollView#alwaysBounceVertical

iosalwaysBounceVertical bool When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. The default value is false when horizontal={true} and true otherwise.

NetInfo.addEventListener()

static addEventListener(eventName, handler) Invokes the listener whenever network status changes. The listener receives one of the connectivity types listed above.

Flexbox#paddingVertical

paddingVertical number

SliderIOS#minimumTrackTintColor

minimumTrackTintColor string The color used for the track to the left of the button. Overrides the default blue gradient image.

Linking#removeEventListener()

removeEventListener(type, handler) Remove a handler by passing the url event type and the handler

TimePickerAndroid.timeSetAction()

static timeSetAction() A time has been selected.

View#shouldRasterizeIOS

iosshouldRasterizeIOS bool Whether this view should be rendered as a bitmap before compositing. On iOS, this is useful for animations and interactions that do not modify this component's dimensions nor its children; for example, when translating the position of a static view, rasterization allows the renderer to reuse a cached bitmap of a static view and quickly composite it during each frame. Rasterization incurs an off-screen drawing pass and the bitmap consumes memory. Test and measure wh

DatePickerIOS#date

date Date The currently selected date.

ListView#renderSectionHeader

renderSectionHeader function (sectionData, sectionID) => renderable If provided, a sticky header is rendered for this section. The sticky behavior means that it will scroll with the content at the top of the section until it reaches the top of the screen, at which point it will stick to the top until it is pushed off the screen by the next section header.