Text#numberOfLines
  • References/JavaScript/React Native/Components: Text

numberOfLines number Used to truncate the text with an ellipsis after computing the text layout, including

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

onLayout function Invoked on mount and layout changes with {x, y, width, height}.

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

transparent bool

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

url string

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

resetTo(route) Navigate to a new scene and reset route stack.

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

position enum('absolute', 'relative')

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

enabled bool If false the user won't be able to interact with the control. Default value is true.

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

static prompt(title, message?, callbackOrButtons?, type?, defaultValue?) Prompt

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

static setNetworkActivityIndicatorVisible(visible: boolean)

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

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

2025-01-10 15:47:30