React Native for Web react-native-web@0.18.11

  • Getting started
    • Introduction
    • Installation
    • Setup
    • Multi-platform setup
    • Browser compatibility
    • React Native compatibility
    • Help
  • Main concepts
    • Accessibility
    • Interactions
    • Localization Change
    • Rendering
    • Styling
  • Components
    • ActivityIndicator
    • Button
    • CheckBox
    • Image
    • ImageBackground
    • Lists
    • Modal
    • Picker
    • Pressable
    • ProgressBar
    • ScrollView
    • Switch
    • Text
    • TextInput
    • Touchables
    • View
  • APIs
    • Animated
    • AppRegistry
    • AppState
    • Appearance
    • Clipboard
    • Dimensions
    • Linking
    • PanResponder
    • PixelRatio
    • Platform
    • StyleSheet Change
    • Vibration
  • Hooks
    • useColorScheme
    • useLocaleContext New
    • useWindowDimensions
  • Appendix
    • Unstable APIs Change
    • About the project

Touchables

Components for making views respond to touch, mouse, and keyboard on web.

Please refer to the React Native documentation below:

  • TouchableHighlight
  • TouchableOpacity
  • TouchableWithoutFeedback

Did you know? The Pressable component is a more accessible, flexible, and future-proof way to handle tap and click interactions with React Native.

Updated January 11, 2023
Edit
React Native for Web – Copyright © Nicolas Gallagher and Meta Platforms, Inc.