NavigatorIOS#popN()
  • References/JavaScript/React Native/Components: NavigatorIOS

popN(n: number) Go back N pages at once. When N=1, behavior matches pop()

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

iosbounces bool When true, the scroll view bounces when it reaches the end

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

values [string] The labels for the control's segment buttons, in order.

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

flex number

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

iosclearTextOnFocus bool If true, clears the text field automatically when

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

iosthumbTintColor color

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

getRowIDForFlatIndex(index) Gets the rowID at index provided if the dataSource arrays were flattened, or

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

alignSelf enum('auto', 'flex-start', 'flex-end', 'center', 'stretch')

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

static parallel(animations, config?) Starts an array of animations all at

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

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