Introduction
  • Introduction
  • What is react native
  • IDE ( code editor )
  • First install MAC USERS
  • First install WINDOWS USERS
Running simulators and setting up enviroment
  • Expo or not expo
  • Installing XCODE
  • Installing Android studio MAC & WINDOWS
  • Environment variables MAC ONLY
  • Environment variables WINDOWS ONLY
  • Windows quick fix for expo
  • Running an expo app
  • App without expo
  • Running the Android simulator
  • Running the IOS simulator
RN Basics
  • Starting with RN ( finally )
  • Styles, stylesheets, views and text
  • Components and state
  • Touch events
  • Touch events part 2
  • Text inputs
  • Buttons
  • The scrollview
  • Activity indicator
  • Working with images
  • Using modals
Navigation
  • Introduction
  • Installing navigation
  • Stack navigation
  • Working with Params
  • Navigation bar
  • Navigation buttons
  • The sidedrawer
  • More on the sidedrawer
  • Custom sidedrawer
  • Tab navigation
  • Nesting navigators
Working with libraries
  • Installing the image picker
  • Using the image picker
  • Installing the contacts library
  • Solving issues
  • Using the contacts library
  • Installing react native elements
  • Using react native elements
More on react native
  • Debugging
  • Reusable components
  • The platform
  • Animations
  • More on the animated comp
  • Interpolation
  • Parallel and sequence animations
  • Creating Launch icons [ optional ]
  • Installing Splash Screen [ optional ]
  • Splash screen IOS [ optional ]
  • Splash screen Android [ optional ]
Tiny practice project: Who pays the bill ? [ optional ]
  • Installation and context
  • Creating the input and validation
  • Creating the list of players
  • Starting the stage 2 and toasts
  • Creating the stage 2
  • Installing fonts and finishing app
Integrating redux and firebase
  • Installing redux
  • Dispatching an action
  • Integrating firebase and creating forms
  • Register and log ing with firebase
Practice project - RedWire
  • Introduction
  • Installation
  • Setting up redux
  • Navigation part one
  • Navigation part two
  • Custom sidedrawer
  • Installing fonts
  • Pimp the header
  • Creating the article cards
  • Creating the articles screen
  • Creating the videos screen
  • Adding youtube videos
  • Email and password from profile
  • Creating the userdata form
  • Login users screen part one
  • Login users screen part two
  • Starting a firebase project
  • Register users
  • Login users
  • Autosignin users
  • Logout user and fixing autosign in
  • Updating user profile part 1
  • Updating user profile part 2
  • Getting articles
  • Fetching more articles
  • Showing article data