Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pvinis/react-navigation-file-based


https://github.com/pvinis/react-navigation-file-based

Last synced: 22 days ago
JSON representation

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`