Skip to content

Commit 979e2d2

Browse files
committed
fix(expo-router): grammar
1 parent 47c0f9f commit 979e2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/recipes/ExpoRouter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1881,10 +1881,10 @@ We get that universal linking for free with `expo-router`!
18811881

18821882
## Code Cleanup
18831883

1884-
Now that we have the boilerplate up and running again, let's clean some of the screen and navigation files that are no longer needed. We'll also remove the screen generator since there will not be one main directory for screens any longer
1884+
Now that we have the boilerplate up and running again, let's clean some of the screen and navigation files that are no longer needed. We'll also remove the screen generator, since there will not be one main directory for screens any longer.
18851885

18861886
:::note
1887-
Currently the Ignite CLI doesn't have support for dynamic paths which would help generate screens in a filed-based routing system such as expo-router. We're currently looking into what it would take to support such functionality.
1887+
The screen generator is currently limited to generating files in a single destination directory, which means you'll still have to move screens manually when using expo-router. We're investigating ways to improve this experience.
18881888
:::
18891889

18901890
```bash

0 commit comments

Comments
 (0)