Skip to content

Commit c9ea62a

Browse files
committed
docs: update documentation to bamlab migration and add illustration (#3)
* feat: add bamlab repo as a link to the npm package * docs: add illustration for navigation visualizer
1 parent 050a396 commit c9ea62a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/react-navigation-visualizer/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ export default function RootLayout() {
4545
```
4646

4747
In this case, `expo-router` automatically manages the navigation container, so you just need to add the DevTool setup in your layout component.
48+
49+
## Launch in Metro
50+
51+
In the metro launcher, type Shift+M to open the dev tools menu, and select `@bam.tech/react-navigation-visualizer-dev-plugin`
52+
53+
The visualization tool is available under the `Navigation Tree` section
54+
55+
![alt text](./assets/visualizer_example.png)
297 KB
Loading

packages/react-navigation-visualizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"homepage": "https://docs.expo.dev/versions/latest/sdk/image/",
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/thomasrebam/dev-plugins.git",
20+
"url": "git+https://github.com/bamlab/dev-plugins.git",
2121
"directory": "packages/react-navigation-visualizer"
2222
},
2323
"keywords": [

0 commit comments

Comments
 (0)