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
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
NavigatorIOS#popToRoute()
  • References/JavaScript/React Native/Components: NavigatorIOS

popToRoute(route: { component: Function; title: string; passProps?: Object; backButtonTitle?: string; backButtonIcon?: Object; leftButtonTitle?: string;

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

replaceAtIndex(route, index, cb) Replace a scene as specified by an index index specifies

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

static modulo(a, modulus) Creates a new Animated value that is the (non-negative)

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

shadowOffset {width: number, height: number}

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

goForward() Go forward one page in the webview's history.

2025-01-10 15:47:30
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
TabBarIOS.Item#icon
  • References/JavaScript/React Native/Components: TabBarIOS.Item

icon Image.propTypes.source A custom icon for the tab. It is ignored when a system icon is defined.

2025-01-10 15:47:30