ViewPagerAndroid#setPage()

setPage(selectedPage: number) A helper function to scroll to a specific page in the ViewPager. The transition between pages will be animated.

TabBarIOS#unselectedTintColor

unselectedTintColor color Color of text on unselected tabs

Flexbox#margin

margin number

Slider#minimumTrackTintColor

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

Flexbox#borderTopWidth

borderTopWidth number

IntentAndroid.getInitialURL()

static getInitialURL(callback) If the app launch was triggered by an app link with {@code Intent.ACTION_VIEW}, it will give the link url, otherwise it will give null Refer http://developer.android.com/training/app-indexing/deep-linking.html#handling-intents @deprecated

MapView#showsPointsOfInterest

iosshowsPointsOfInterest bool If false points of interest won't be displayed on the map. Default value is true.

ScrollView#centerContent

ioscenterContent bool When true, the scroll view automatically centers the content when the content is smaller than the scroll view bounds; when the content is larger than the scroll view, this property has no effect. The default value is false.

NativeMethodsMixin.measure()

static measure(callback) Determines the location on screen, width, and height of the given view and returns the values via an async callback. If successful, the callback will be called with the following arguments: x y width height pageX pageY Note that these measurements are not available until after the rendering has been completed in native. If you need the measurements as soon as possible, consider using the onLayout prop instead.

SliderIOS#disabled

disabled bool If true the user won't be able to move the slider. Default value is false.