-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Initialize Rolodex #2569
Initialize Rolodex #2569
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please add this app to the CI configuration in:
Thanks! |
Added to the master file, but the idea was to only test against master while we are getting this setup. Work on this is going on in parallel in the framework. |
Thats fine. The CI failures are due to another sample, so feel free to land this. |
Creates the start of the Rolodex app.
Sets up the app with the initial routes setup. Since the native Contacts app does not open on its home screen, and instead opens on the default list of contacts, it felt important to set that up first. Some basic app state management is also setup for managing contact lists across the app.
Boilerplate visuals are setup for two of the screens. Improved fidelity will come later.