View#onResponderReject
  • References/JavaScript/React Native/Components: View

onResponderReject function

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

static registerConfig(config)

2025-01-10 15:47:30
LayoutAnimation#easeInEaseOut
  • References/JavaScript/React Native/APIs

easeInEaseOut: CallExpression

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

Sometimes an app needs access to a platform API that React Native doesn't have a corresponding module for yet. Maybe you want to reuse some existing Java code without having

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

onDrawerOpen function Function called whenever the navigation view has been opened.

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

maxLength number Limits the maximum number of characters that can be entered. Use this instead of implementing

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

progressViewStyle enum('default', 'bar') The progress bar style.

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

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

2025-01-10 15:47:30
Animated#ValueXY
  • References/JavaScript/React Native/APIs

ValueXY: AnimatedValueXY 2D value class for driving 2D animations, such as pan gestures.

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