Slider#disabled
  • References/JavaScript/React Native/Components: Slider

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

2025-01-10 15:47:30
StyleSheet.create()
  • References/JavaScript/React Native/APIs

static create(obj) Creates a StyleSheet style reference from the given object

2025-01-10 15:47:30
Animated.event()
  • References/JavaScript/React Native/APIs

static event(argMapping, config?) Takes an array of mappings and extracts

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
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
Image.getSize()
  • References/JavaScript/React Native/Components: Image

static getSize(uri: string, success: (width: number, height: number) => void, failure: (error: any) => void)

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

resizeMode enum('cover', 'contain', 'stretch') Determines how to resize the image when the frame doesn't

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

scrollEnabled bool If false the user won't be able to change the map region being displayed

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

blurOnSubmit bool If true, the text field will blur when submitted. The default value is true for single-line

2025-01-10 15:47:30
PushNotificationIOS.cancelAllLocalNotifications()
  • References/JavaScript/React Native/APIs

static cancelAllLocalNotifications() Cancels all scheduled localNotifications

2025-01-10 15:47:30