IntentAndroid.getInitialURL()
  • References/JavaScript/React Native/APIs

static getInitialURL(callback) If the app launch was triggered by an app

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

onResponderMove function

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

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

2025-01-10 15:47:30
Running On Device
  • References/JavaScript/React Native/Guides (Android)

Prerequisite: USB Debugging You'll need this in order to install your app on your device. First, make

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

timeZoneOffsetInMinutes number Timezone offset in minutes. By default, the date picker will use

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

delayPressOut number Delay in ms, from the release of the touch, before onPressOut is called.

2025-01-10 15:47:30
Flexbox#alignSelf
  • References/JavaScript/React Native/Polyfills

alignSelf enum('auto', 'flex-start', 'flex-end', 'center', 'stretch')

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

onLoadStart function Invoked on load start

2025-01-10 15:47:30
Linking Libraries
  • References/JavaScript/React Native/Guides (iOS)

Not every app uses all the native capabilities, and including the code to support all those features would impact the binary size... But we still want to make it easy to add

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

enableEmptySections bool Flag indicating whether empty section headers should be rendered. In the future

2025-01-10 15:47:30