React Native v2

React Native Course Videos ▶️ 

React Native v2

Building mobile applications

Table of Contents

  1. Introduction

    1. Welcome
    2. About React Native
    3. Should you use Expo or plain React Native?
  2. Setup

    1. [Expo] Getting started with Expo
    2. [RN] Getting started with plain React Native
    3. Adding a linter
    4. Debugging
  3. Basic components

    1. Basic React Native components
    2. Styling
    3. Styling Exercise 📝
    4. Styling Exercise Solution 👀
    5. Components
    6. Lists
    7. Lists Exercise 📝
    8. Lists Exercise Solution 👀
  4. Navigation

    1. Navigation Intro
    2. [Expo] Adding navigation with Expo
    3. [RN] Adding navigation with plain React Native
    4. Adding Navigation
    5. Navigation Exercise 📝
    6. Navigation Exercise Solution 👀
  5. Hooks and Network Requests

    1. useState, useCallback, useEffect
    2. Network Requests Exercise 📝
    3. Network Requests Exercise Solution 👀
    4. Pull to refresh
  6. Forms

    1. Overview of Forms in React Native
    2. Opening a full screen modal
    3. Form exercise 📝
    4. Form exercise solution 👀
  7. Conclusion

    1. Wrapping up
  8. Extra Credit

    1. [Expo] Ejecting from Expo
    2. Platform Specific Code
    3. Security