Skip to content
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

Navigation #10

Merged
merged 11 commits into from Oct 15, 2018
Merged

Navigation #10

merged 11 commits into from Oct 15, 2018

Conversation

pedrovgs
Copy link
Contributor

🎩 What is the goal?

Add a new example to the project to show how to use simple navigation mechanisms. From opening a new screen to showing an alert dialog or passing a param to the new screen presented to the user.

How is it being implemented?

To implement this new example we've added a library named react-navigation. This library can be used for simple navigation purposes. One of the important details to review is how the information is passed between one screen to another and how the navigation prop can be easily mocked. In a future PR we will add more complex navigation examples based on tabs or drawer menus.

How can it be tested?

Automatically! 🤖 I've added some automated tests I'd recommend you to review 😃

@pedrovgs pedrovgs merged commit 1d88ca8 into master Oct 15, 2018
@pedrovgs pedrovgs deleted the navigation branch October 15, 2018 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant