Linking#canOpenURL()
  • References/JavaScript/React Native/APIs

canOpenURL(url) Determine whether or not an installed app can handle a given URL. NOTE: For web

2025-01-10 15:47:30
DrawerLayoutAndroid#openDrawer()
  • References/JavaScript/React Native/Components: DrawerLayoutAndroid

openDrawer() Opens the drawer.

2025-01-10 15:47:30
DatePickerIOS#minimumDate
  • References/JavaScript/React Native/Components: DatePickerIOS

minimumDate Date Minimum date. Restricts the range of possible date/time values.

2025-01-10 15:47:30
WebView#onError
  • References/JavaScript/React Native/Components: WebView

onError function Invoked when load fails

2025-01-10 15:47:30
TextInput#keyboardType
  • References/JavaScript/React Native/Components: TextInput

keyboardType enum('default', 'email-address', 'numeric', 'phone-pad', 'ascii-capable', 'numbers-and-punctuation', 'url', 'number-pad', 'name-phone-pad'

2025-01-10 15:47:30
DatePickerIOS#maximumDate
  • References/JavaScript/React Native/Components: DatePickerIOS

maximumDate Date Maximum date. Restricts the range of possible date/time values.

2025-01-10 15:47:30
ProgressBarAndroid#indeterminate
  • References/JavaScript/React Native/Components: ProgressBarAndroid

indeterminate indeterminateType If the progress bar will show indeterminate progress. Note that this can

2025-01-10 15:47:30
ToolbarAndroid#logo
  • References/JavaScript/React Native/Components: ToolbarAndroid

logo optionalImageSource Sets the toolbar logo.

2025-01-10 15:47:30
TextInput#onChange
  • References/JavaScript/React Native/Components: TextInput

onChange function Callback that is called when the text input's text changes.

2025-01-10 15:47:30
DatePickerIOS#mode
  • References/JavaScript/React Native/Components: DatePickerIOS

mode enum('date', 'time', 'datetime') The date picker mode.

2025-01-10 15:47:30