The goal of this course is to give you a cookbook of solutions for solving common navigation tasks within your React Native course.
You'll learn different ways to display content within the navigators and interact with different UI components which will help structure your application. You'll also learn how to override the default navigator behavior.
Instructor: [00:00] The goal of this course is to give you a cookbook of solutions to show you how to accomplish common tasks with React navigation, and to better understand how the library works in the context of a mobile React Native app.
[00:12] You'll learn different ways to display content within the navigators, which demonstrates the built-in customizations within React navigation. As well as learn how to interact with different UI components from within React navigation, which will help you structure your application.
[00:25] Finally, you'll learn how you can customize the default navigator behavior, it behaves in the exact way you want it to. Giving you a better sense of the internal workings of the library.
[00:35] React navigation makes the easy things easy and the hard things possible. In this course, I hope to give you the tools and knowledge, you're confident in taking on those harder React Native navigation requirements.
Great tutorial.
This was a great tutorial but I wish it included Drawer Navigator as well