TouchableNativeFeedback#background
  • References/JavaScript/React Native/Components: TouchableNativeFeedback

background backgroundPropType Determines the type of background drawable that's going to be used to display

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

removeEventListener(type, handler) Remove a handler by passing the change event type and the

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

resetTo(route) Navigate to a new scene and reset route stack.

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

onRequestClose Platform.OS === 'android' ? PropTypes.func.isRequired : PropTypes.func

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

numberOfLines number Used to truncate the text with an ellipsis after computing the text layout, including

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

renderLoading function Function that returns a loading indicator.

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

contentContainerStyle StyleSheetPropType(ViewStylePropTypes) These styles will be applied to the scroll

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

value bool The value of the switch. If true the switch will be turned on. Default value is false.

2025-01-10 15:47:30
Navigator Comparison
  • References/JavaScript/React Native/Guides

The differences between Navigator and NavigatorIOS are a common source of confusion for newcomers. Both Navigator and NavigatorIOS

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

zoomEnabled bool If false the user won't be able to pinch/zoom the map. Default value is true

2025-01-10 15:47:30