Learning React Native

Go to class
Write Review

Free Online Course: Learning React Native provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 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. Learning React Native is taught by Alex Banks.

Overview
  • Learn how to build apps in JavaScript using React Native. This course shows how to set up and run an app, work with components and views, leverage platform APIs, and more.

Syllabus
  • Introduction

    • Framework of learning React
    • What you should know
    • Using the exercise files
    1. What Is React Native?
    • What is React?
    • What is React Native?
    • How React Native works?
    • What is Expo?
    2. Working with Expo
    • Installing the Expo client
    • Creating a Snack
    • Creating a new project
    • Running a project on a device
    3. Components and APIs
    • Native components
    • Native APIs
    • Creating style sheets
    • Flexbox layouts
    • The Image component
    4. Working with Views
    • Responding to touches
    • Using a touchable highlight
    • Extracting a custom component
    • Importing a custom component
    • Using a flat list
    • Creating a form
    • Collecting input
    • Creating a custom hook
    5. Platform APIs
    • Using AsyncStorage
    • React Navigation
    • Navigating between screens
    • React Navigation comes with an API that allows us to navigate from screen to screen. In this video, see how to incorporate navigation from the home sc
    • Fetching data
    • Using RefreshControl
    6. Building Your Project
    • Installing an iOS simulator
    • Installing an Android AVD for Mac
    • Installing an Android AVD for Windows
    • Publishing your Expo project
    • Building for iOS devices
    • Building for Android devices
    • Ejecting from Expo
    Conclusion
    • Next steps