Book Image

React Native in 7 Steps [Video]

By : Christopher Reyes
Book Image

React Native in 7 Steps [Video]

By: Christopher Reyes

Overview of this book

React Native is a cross-platform application development framework built by engineers at Facebook. React Native will help you to get out of the pain of maintaining a Swift and Java code base by learning once and applying it anywhere. With the help of React Native, you’ll be able to create visually stunning and high-performing applications. This course will get you started with React Native quickly by building React components for mobile devices. You’ll learn to configure Firebase to store your data while coding your applications. You’ll be able to hot-reload applications and see the changes you’ve made without re-compiling your application again and again. By the end of this course, you’ll be able to develop highly functional iOS and Android applications on your own and deploy them to both the Apple App Store and the Google Play Store. The code bundle for this course is available at - https://github.com/PacktPublishing/React-Native-in-Seven-Days
Table of Contents (7 chapters)
Chapter 5
React Navigation
Content Locked
Section 5
Drawer Navigator
The Drawer Navigator is a clean way to embed navigation within the UI. In this section, we will add it to our app and discuss when to use it.