Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds client-side redirects to the Gesture Handler documentation to ensure old gesture documentation links continue to work after the naming convention change from version 2.x to 3.x (where gesture pages were renamed from {gesture}-gesture to use-{gesture}-gesture).
Changes:
- Added
@docusaurus/plugin-client-redirectsdependency (version 3.7.0) - Created
redirects.jsonwith 11 redirect mappings for renamed gesture pages and relocated documentation - Configured the redirect plugin in
docusaurus.config.jsand corrected the plugin name from "reanimated" to "gesture-handler"
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/docs-gesture-handler/yarn.lock | Lockfile update for the new @docusaurus/plugin-client-redirects@3.7.0 dependency |
| packages/docs-gesture-handler/redirects.json | New file defining 11 redirect mappings from old gesture paths to new paths |
| packages/docs-gesture-handler/package.json | Added @docusaurus/plugin-client-redirects version 3.7.0 as a dependency |
| packages/docs-gesture-handler/docusaurus.config.js | Configured redirect plugin, imported redirects data, and fixed plugin name from "reanimated" to "gesture-handler" (also contains unused import on line 11) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
m-bert
commented
Feb 16, 2026
Contributor
Author
There was a problem hiding this comment.
If you prefer other form, let me know.
j-piasecki
reviewed
Feb 17, 2026
packages/docs-gesture-handler/docs/legacy-gestures/_shared/base-continuous-gesture-callbacks.md
Show resolved
Hide resolved
j-piasecki
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds redirects for our docs so that old gesture links will point to new version.
Test plan
Read docs 🤓