AsyncStorage.setItem()
  • References/JavaScript/React Native/APIs

static setItem(key, value, callback?) Sets value for key

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

iosbounces bool

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

iosclearTextOnFocus bool If true, clears the text field automatically when

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

static saveImageWithTag(tag) Saves the image to the camera roll / gallery

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

androidreturnKeyLabel string Sets the return key to the label. Use it instead

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

iosaccessible bool When true, indicates the image is an accessibility element

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

alignItems enum('flex-start', 'flex-end', 'center', 'stretch')

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

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

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

scrollRenderAheadDistance number How early to start rendering rows before they come on screen, in pixels

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

popN(n: number) Go back N pages at once. When N=1, behavior matches pop()

2025-01-10 15:47:30