PixelRatio.getFontScale()
  • References/JavaScript/React Native/APIs

static getFontScale() Returns the scaling factor for font sizes. This is

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
Navigator#navigator
  • References/JavaScript/React Native/Components: Navigator

navigator object Optionally provide the navigator object from a parent Navigator

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

static timing(value, config) Animates a value along a timed easing curve

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

keyboardType enum('default', 'email-address', 'numeric', 'phone-pad', 'ascii-capable', 'numbers-and-punctuation', 'url', 'number-pad', 'name-phone-pad'

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

constructor(value)

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

placeholder string The string that will be rendered before text input has been entered

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

constructor()

2025-01-10 15:47:30
ListViewDataSource#getRowAndSectionCount()
  • References/JavaScript/React Native/Miscellaneous

getRowAndSectionCount()

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

static stagger(time, animations) Array of animations may run in parallel

2025-01-10 15:47:30