-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scene Registry #64
Comments
Right now this is left up to the app developer. It would be great to see the community contribute additional modules to handle the remaining pieces:
|
Im in the process of whipping something up. Ill release it when its ready. |
@mschipperheyn I've been working on a project, react-router-native, that might pique your interest. Any feedback would be greatly appreciated. |
@jmurzy Looks cool and in line with what I've been doing myself. |
Ive been looking in the documentation for some kind of Route/Scene Registry component.
It would be a component that holds all the known Screens (Home, Registration, etc), a function to retrieve the Screen component lazily, a way to parse a route path (as opposed to a key): (account/profile, account/shoppingcart, account/user/{id}). I havent found it yet in the documentation. Is that something that is part of the concept?
The text was updated successfully, but these errors were encountered: