TouchableHighlight#activeOpacity

activeOpacity number Determines what the opacity of the wrapped view should be when touch is active.

ListView#scrollTo()

scrollTo(...args) Scrolls to a given x, y offset, either immediately or with a smooth animation. See ScrollView#scrollTo.

ProgressViewIOS#trackTintColor

trackTintColor string The tint color of the progress bar track.

StatusBar.setBarStyle()

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

InteractionManager#addListener

addListener: CallExpression

Dimensions.set()

static set(dims) This should only be called from native code by sending the didUpdateDimensions event. @param {object} dims Simple string-keyed object of dimensions to set

TextInput#multiline

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

Geolocation.clearWatch()

static clearWatch(watchID)

Running On Device

Prerequisite: USB Debugging You'll need this in order to install your app on your device. First, make sure you have USB debugging enabled on your device. Check that your device has been successfully connected by running adb devices: $ adb devices List of devices attached emulator-5554 offline # Google emulator 14ed2fcc device # Physical device Seeing device in the right column means the device is connected. Android - go figure :) You must have only one device connected. Now you can

WebView#domStorageEnabled

androiddomStorageEnabled bool Used on Android only, controls whether DOM Storage is enabled or not