Slider#minimumValue

minimumValue number Initial minimum value of the slider. Default value is 0.

IntentAndroid.openURL()

static openURL(url) Starts a corresponding external activity for the given URL. For example, if the URL is "https://www.facebook.com", the system browser will be opened, or the "choose application" dialog will be shown. You can use other URLs, like a location (e.g. "geo:37.484847,-122.148386"), a contact, or any other URL that can be opened with {@code Intent.ACTION_VIEW}. NOTE: This method will fail if the system doesn't know how to open the specified URL. If you're passing in a non-http(s)

ViewPagerAndroid#onPageSelected

onPageSelected function This callback will be called once ViewPager finish navigating to selected page (when user swipes between pages). The event.nativeEvent object passed to this callback will have following fields: - position - index of page that has been selected

ScrollView#scrollsToTop

iosscrollsToTop bool When true, the scroll view scrolls to top when the status bar is tapped. The default value is true.

NavigatorIOS#tintColor

tintColor string The default color used for buttons in the navigation bar

StatusBar#translucent

androidtranslucent bool If the status bar is translucent. When translucent is set to true, the app will draw under the status bar. This is useful when using a semi transparent status bar color.

TabBarIOS.Item#style

style View#style React style object.

TabBarIOS#style

style View#style

TouchableNativeFeedback.SelectableBackgroundBorderless()

static SelectableBackgroundBorderless() Creates an object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). Available on android API level 21+.

TextInput#blurOnSubmit

blurOnSubmit bool If true, the text field will blur when submitted. The default value is true for single-line fields and false for multiline fields. Note that for multiline fields, setting blurOnSubmit to true means that pressing return will blur the field and trigger the onSubmitEditing event instead of inserting a newline into the field.