React Native Workshop

Organized by Tiigsi Workshops

Table of Contents

  1. Introduction

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

    1. [Expo] Getting started with Expo
    2. React Native CLI
  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 👀
    7. Opening a full screen modal
  5. Hooks and Network Requests

    1. useState, useCallback, useEffect
    2. Pull to refresh
  6. Forms

    1. Overview of Forms in React Native
    2. Form exercise 📝
    3. Form exercise solution 👀
  7. Conclusion

    1. Wrapping up
  8. Extra Credit

    1. Platform Specific Code