Navigator#jumpBack()
  • References/JavaScript/React Native/Components: Navigator

jumpBack() Jump backward without unmounting the current scene.

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

static setApplicationIconBadgeNumber(number) Sets the badge number for the

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

iosshowsPointsOfInterest bool If false points of interest won't

2025-01-10 15:47:30
Native Modules
  • References/JavaScript/React Native/Guides (iOS)

Sometimes an app needs access to platform API, and React Native doesn't have a corresponding module yet. Maybe you want to reuse some existing Objective-C, Swift or C++ code

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

ioscenterContent bool When true, the scroll view automatically centers the

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

renderRow function (rowData, sectionID, rowID, highlightRow) => renderable Takes a data entry

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

iosonProgress function Invoked on download progress with {nativeEvent:

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

onLoad function Invoked when load completes successfully

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

setPageWithoutAnimation(selectedPage: number) A helper function to scroll to a specific page in the ViewPager

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

configureScene function Optional function that allows configuration about scene animations and gestures

2025-01-10 15:47:30