We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaksm/expo-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
gesture-handler.md•693 B
---
title: react-native-gesture-handler
description: A library that provides an API for handling complex gestures.
sourceCodeUrl: https://github.com/software-mansion/react-native-gesture-handler
packageName: react-native-gesture-handler
platforms: ["android", "ios", "web"]
inExpoGo: true
---
`react-native-gesture-handler` is a library for handling complex gestures. From it's README:
> This library provides an API that exposes mobile platform-specific native capabilities of touch and gesture handling and recognition. It allows for defining complex gesture handling and recognition logic that runs 100% in the native thread and is therefore deterministic.
## Installation
## Learn more