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

static roundToNearestPixel(layoutSize) Rounds a layout size (dp) to the nearest

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

iosenablesReturnKeyAutomatically bool If true, the keyboard disables the

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

static get() Returns the device pixel density. Some examples: PixelRatio

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
PushNotificationIOS.setApplicationIconBadgeNumber()
  • References/JavaScript/React Native/APIs

static setApplicationIconBadgeNumber(number) Sets the badge number for the

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

color color Color of the progress

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

contentInset {top: number, left: number, bottom: number, right: number}

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

scrollTo(y: number | { x?: number, y?: number, animated?: boolean }, x: number, animated: boolean) Scrolls

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

static multiRemove(keys, callback?) Delete all the keys in the keys

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