CameraRoll.saveImageWithTag()
  • References/JavaScript/React Native/APIs

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

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

There are tons of native UI widgets out there ready to be used in the latest apps - some of them are part of the platform, others are available as third-party libraries, and

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

androidjavaScriptEnabled bool Used on Android only, JS is enabled by default

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

ioscanCancelContentTouches bool When false, once tracking starts, won't try

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

bottom number

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

static getPhotos(params) Returns a Promise with photo identifier objects

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

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

2025-01-10 15:47:30
StatusBar.setBackgroundColor()
  • References/JavaScript/React Native/Components: StatusBar

static setBackgroundColor(color: string, animated: boolean)

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

static getAppKeys()

2025-01-10 15:47:30