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

getLayout() Converts {x, y} into {left, top} for use in style, e.g.

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

setStyle(style, animated?)

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

subtitle string Sets the toolbar subtitle.

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

maximumValue number Initial maximum value of the slider. Default value is 1.

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
Flexbox#flexDirection
  • References/JavaScript/React Native/Polyfills

flexDirection enum('row', 'column')

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

iosshowsCompass bool If false compass won't be displayed on

2025-01-10 15:47:30
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
Slider#step
  • References/JavaScript/React Native/Components: Slider

step number Step value of the slider. The value should be between 0 and (maximumValue - minimumValue). Default

2025-01-10 15:47:30