Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvinis/react-navigation-file-based
https://github.com/pvinis/react-navigation-file-based
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvinis/react-navigation-file-based
- Owner: pvinis
- Created: 2023-01-09T22:12:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T11:05:40.000Z (about 1 month ago)
- Last Synced: 2024-12-02T12:21:43.859Z (about 1 month ago)
- Language: JavaScript
- Size: 598 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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`