Creating a React Native Login
In this course we are going to create from scratch a simple login application using React Native.
1h 4m16 Video Lessons
Published  | Updated
Course Preview
What You Will Learn
How to create project with Expo.
Importance of setting up development environment.
How to implement screen navigation.
How to use design system (react-native-paper).
How to implement authorization with Firebase.
How to add Google Sign In.
How to build complex screens.
How to add bottom navigation and drawer menu.
This course will teach you how to create from scratch a simple login application using React Native.
You will get a step-by-step demonstration of solving some of the most common problems we encounter when building an application, including:
- project setup
- screen navigation
- user authorization
- state management
This course is perfect for beginners in mobile applications programming, and those who want to improve their React Native skills.
I came up with the idea for this course because React Native is the most popular cross-platform framework (according to JetBrainsâ The State of Developer Ecosystem 2020, 42% of developers use it for their mobile apps). The popularity comes from the fact that developers still write with React code, but itâs shared across iOS and Android.
This course contains all the knowledge you need to create production-ready applications that can be released to the App Store and Google Play. I'll be introducing many tools that are commonly used when it comes to React Native applications, and that knowledge may come in handy in other projects as well.
This is how final product of this course looks like:
I hope to see you in the course!
Happy Coding đ
Course Content
Introduction
Navigation
Add React Native and Expo App Navigation with react-navigation
Installing a react-navigation library
LESSON
2:34 minutes
How to Transition Between Screens in React Native Navigation
Transition between screens
LESSON
4:49 minutes
Basic Screens
Create a React Native Password Reset and Registration Form
Creating register & reset password screens
LESSON
5:35 minutes
Authorization
Advanced Screens
Your Instructors
Frequently Asked Questions
Who is this course for?
This course is perfect for beginners in mobile applications programming, and those who want to improve their React Native skills.
What will I learn?
After finishing this course, you will be able to create a production-ready React Native application. Also you will have knowledge on solving some of the most common problems we encounter when building an application.
What if I need help?
You can ask us questions anytime through the community Discord channel or by sending us a message.
Are there any prerequisites?
The only thing you will need before getting started is some basic knowledge of JavaScript and React.