AppRegistry.registerComponent()
  • References/JavaScript/React Native/APIs

static registerComponent(appKey, getComponentFunc)

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

onDrawerSlide function Function called whenever there is an interaction with the navigation view.

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

iosonShouldStartLoadWithRequest function Allows custom handling of any webview

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

pagingEnabled bool When true, the scroll view stops on multiples of the scroll view's size when scrolling

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

onScroll function Fires at most once per frame during scrolling. The frequency of the events can be controlled

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

position enum('absolute', 'relative')

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

setPage(selectedPage: number) A helper function to scroll to a specific page in the ViewPager. The transition

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

androidendFillColor color

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

iosshowHideTransition enum('fade', 'slide') The transition effect when showing

2025-01-10 15:47:30