Core Components
  • References/JavaScript/React Native/Tutorials

Components are the building blocks for a React Native application. A React Native user interface (UI) is specified by declaring components, possibly nested, and then those

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
AppRegistry.registerRunnable()
  • References/JavaScript/React Native/APIs

static registerRunnable(appKey, func)

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

static openURL(url) Starts a corresponding external activity for the given

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

static measure(callback) Determines the location on screen, width, and height

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

static getString() Get content of string type, this method returns a Promise

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
TextInput#onKeyPress
  • References/JavaScript/React Native/Components: TextInput

iosonKeyPress function Callback that is called when a key is pressed. Pressed

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

contentInsetStart number Sets the content inset for the toolbar starting edge. The content inset

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