https://github.com/pvinis/react-navigation-file-based
https://github.com/pvinis/react-navigation-file-based
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvinis/react-navigation-file-based
- Owner: pvinis
- Created: 2023-01-09T22:12:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T18:37:23.000Z (6 months ago)
- Last Synced: 2024-12-19T16:33:44.812Z (5 months ago)
- Language: JavaScript
- Size: 596 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
todo
- add demo/test
- start- entry point, to prompt to add a file
- if nav fails (file diesnt exist), show a 404 page kinda
- add dev mode like https://expo.github.io/router/docs/features/linking
- modals dont have animations?- `posts/[id]` works with files: `posts/[id].jsx`
- `posts/[id]/other` works with files: `posts/[id]/other.jsx`
- the two above, work together side by side
- `posts/[id]` doesnt work with files: `posts/[id]/index.jsx`