React Native: Building Mobile Apps

Go to class
Write Review

Free Online Course: React Native: Building Mobile Apps provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. React Native: Building Mobile Apps is taught by Steven Emmerich.

Overview
  • Create native mobile apps—with native performance—using React Native, Firebase, and MobX.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Getting Set Up
    • What we will be building
    • Intro to technologies
    • Install Node.js and npm
    • Set up a react-native project
    • Set up a Firebase account
    • Set up a database in Firebase
    2. Building an App
    • React Navigation and creating the navigator
    • Build the splash screen
    • Set up babelrc
    • Create the config store
    • Connect the app navigator, splash screen, and config store
    3. Create a Login Screen
    • Add custom theme
    • Create the login screen
    • Add login styles
    • Create the login component
    • Create the authentication store
    4. Create a Match Feature
    • Create match screen
    • Creating the match component
    • Render match component
    • Style match component
    • Creating the match store
    5. Create a Post Feature
    • Set up Android Studio
    • Installing the image picker
    • Creating the post scene
    • Render the post scene
    • Creating the post store
    • Finishing touches
    Conclusion
    • Next steps