Slider#minimumTrackImage
  • References/JavaScript/React Native/Components: Slider

iosminimumTrackImage Image.propTypes.source Assigns a minimum track image

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

onShowUnderlay function Called immediately after the underlay is shown

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

androidneedsOffscreenAlphaCompositing bool Whether this view needs to rendered

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

static createAnimatedComponent(Component) Make any React component Animatable

2025-01-10 15:47:30
StatusBarIOS#setHidden()
  • References/JavaScript/React Native/APIs

setHidden(hidden, animation?)

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

scrollEnabled bool When false, the content does not scroll. The default value is true.

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

onValueChange function Invoked with the new value when the value changes.

2025-01-10 15:47:30