React Native with Expo Deep Dive
Expo is an add on library that makes developing React Native apps easier. This course will teach you everything you need to know to build React Native apps using Expo.
What you'll learn
Building mobile apps with JavaScript can be difficult just to get started. In addition to the framework you are using you will also need to install the development kit for your desired platform. In this course, React Native with Expo Deep Dive, you’ll learn to build a complete app with Expo. First, you’ll explore how to set up Expo and create a project. Next, you’ll discover how to enable routing and build the views that will be rendered in your app. Finally, you’ll learn how to compile the app for release on the Web and mobile. When you’re finished with this course, you’ll have the skills and knowledge of Expo needed to build your own mobile apps.
Table of contents
- Overview 1m
- Implementing the Expo Router 3m
- Adding the Header 4m
- Adding the Footer 5m
- Creating the Layout Page 4m
- Creating the PieDisplay Component 4m
- Creating the Home Page 4m
- Demo 5m
- Debugging the App 3m
- Creating the About Us Page 6m
- Creating the Contact Page 8m
- Demo 4m
- Creating the News Page 9m
- Creating the Registration Page 7m
- Creating the Bethany Context 5m
- Implement User Sign In 7m
- Demo 5m