Skip to content

Commit 645a26b

Browse files
docs: update router integration to no longer support react-navigation (#1476)
1 parent 8b4d13a commit 645a26b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

packages/docs/docs/features/router-integration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ title: Router integration
44
sidebar_position: 3
55
---
66

7-
The Radon IDE integrates with your deep-linked application allowing you to jump around the navigation structure.
7+
The Radon IDE integrates with your Expo Router application allowing you to jump around the navigation structure.
88
The extension scans your routing structure, sees the changes in the navigation state and keeps track of the visited routes.
99

10-
Radon IDE router integration supports both Expo Router and React Navigation projects.
11-
1210
<video autoPlay loop width="700" controls className="shadow-image">
1311
<source src="/video/ide_router_integration.mp4" type="video/mp4"/>
1412
</video>

packages/docs/src/components/Sections/Overview/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ const items = [
2929
placeholderAlt: "Use React Native breakpoints in VSCode",
3030
},
3131
{
32-
label: "Router integration",
32+
label: "Expo Router integration",
3333
title: "Navigation made easier",
34-
body: "Our <strong>VSCode extension</strong> integrates tightly with your deep-linked application, allowing you to effortlessly jump around the navigation structure. It supports both React Navigation and Expo Router projects.",
34+
body: "Our <strong>VSCode extension</strong> integrates tightly with your Expo Router application, allowing you to effortlessly jump around the navigation structure.",
3535
mediaSrc: "video/ide_router_integration.mp4",
3636
placeholderSrc: "video/placeholders/ide_router_integration_placeholder.webp",
3737
placeholderAlt: "Radon IDE router integration",

0 commit comments

Comments
 (0)