Image#defaultSource
  • References/JavaScript/React Native/Components: Image

iosdefaultSource {uri: string, width: number, height: number, scale: number}, number A

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

transparent bool

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

autoFocus bool If true, focuses the input on componentDidMount. The default value is false.

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

iosallowFontScaling bool Specifies should fonts scale to respect Text Size

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

onLayout function Invoked on mount and layout changes with {nativeEvent: {layout: {x, y,

2025-01-10 15:47:30
LayoutAnimation#Types
  • References/JavaScript/React Native/APIs

Types: CallExpression

2025-01-10 15:47:30
Linking#addEventListener()
  • References/JavaScript/React Native/APIs

addEventListener(type, handler) Add a handler to Linking changes by listening to the url event

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
Style
  • References/JavaScript/React Native/Guides

React Native doesn't implement CSS but instead relies on JavaScript to let you style your application. This has been a controversial decision and you can read through those

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