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

onValueChange function Callback for when an item is selected. This is called with the following parameters:

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

autoCapitalize enum('none', 'sentences', 'words', 'characters') Can tell TextInput to automatically capitalize

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

iosnetworkActivityIndicatorVisible bool If the network activity indicator

2025-01-10 15:47:30