WebView#url

url string Deprecated Use the source prop instead.

PushNotificationIOS.setApplicationIconBadgeNumber()

static setApplicationIconBadgeNumber(number) Sets the badge number for the app icon on the home screen

NavigatorIOS#push()

push(route: { component: Function; title: string; passProps?: Object; backButtonTitle?: string; backButtonIcon?: Object; leftButtonTitle?: string; leftButtonIcon?: Object; onLeftButtonPress?: Function; rightButtonTitle?: string; rightButtonIcon?: Object; onRightButtonPress?: Function; wrapperStyle?: any; }) Navigate forward to a new route

Text#style

style style View#style... color color fontFamily string fontSize number fontStyle enum('normal', 'italic') fontWeight enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') Specifies font weight. The values 'normal' and 'bold' are supported for most fonts. Not all fonts have a variant for each of the numeric values, in that case the closest one is chosen. lineHeight number textAlign enum('auto', 'left', 'right', 'center', 'justify') Specifies text alignmen

ScrollView#minimumZoomScale

iosminimumZoomScale number The minimum allowed zoom scale. The default value is 1.0.

Flexbox#height

height number

AppRegistry.registerRunnable()

static registerRunnable(appKey, func)

Slider#onValueChange

onValueChange function Callback continuously called while the user is dragging the slider.

ScrollView#snapToAlignment

iossnapToAlignment enum('start', 'center', 'end') When snapToInterval is set, snapToAlignment will define the relationship of the snapping to the scroll view. - start (the default) will align the snap at the left (horizontal) or top (vertical) - center will align the snap in the center - end will align the snap at the right (horizontal) or bottom (vertical)

PixelRatio.getPixelSizeForLayoutSize()

static getPixelSizeForLayoutSize(layoutSize) Converts a layout size (dp) to pixel size (px). Guaranteed to return an integer number.