TextInput#enablesReturnKeyAutomatically
  • References/JavaScript/React Native/Components: TextInput

iosenablesReturnKeyAutomatically bool If true, the keyboard disables the

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

static dismissedAction() The dialog has been dismissed.

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

onSelectionChange function Callback that is called when the text input selection is changed

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

androidrenderToHardwareTextureAndroid bool Whether this view should render

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

justifyContent enum('flex-start', 'flex-end', 'center', 'space-between', 'space-around')

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

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

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

static showActionSheetWithOptions(options, callback) Display an iOS action

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

onValueChange function Callback continuously called while the user is dragging the slider.

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

popToRoute(route) Pop to a particular scene, as specified by its route. All scenes after it will be unmounted

2025-01-10 15:47:30