HOME > Development > Complete React Native bootcamp Build 18 iOS Android app

Complete React Native bootcamp Build 18 iOS Android app

  • Development
  • Apr 29, 2025
SynopsisComplete React Native bootcamp – Build 18 iOS & And...
Complete React Native bootcamp Build 18 iOS Android app  No.1

Complete React Native bootcamp – Build 18 iOS & Android app, available at $59.99, has an average rating of 4.3, with 137 lectures, based on 451 reviews, and has 2043 subscribers.

You will learn about Complete React Native app development Learn to build 20 project from basic to advance Learn Redux state management in react native app Learn about API, CAMERA, SOUND and other mobile features Learn about local storage in mobile apps Learn about Firebase – An online real time database This course is ideal for individuals who are Beginners in mobile app development or Beginner in Android development or Beginners in iOS development or Students who are looking for a 1 stop solution for mobile development using react native It is particularly useful for Beginners in mobile app development or Beginner in Android development or Beginners in iOS development or Students who are looking for a 1 stop solution for mobile development using react native.

Enroll now: Complete React Native bootcamp – Build 18 iOS & Android app

Summary

Title: Complete React Native bootcamp – Build 18 iOS & Android app

Price: $59.99

Average Rating: 4.3

Number of Lectures: 137

Number of Published Lectures: 137

Number of Curriculum Items: 137

Number of Published Curriculum Objects: 137

Original Price: $199.99

Quality Status: approved

Status: Live

What You Will Learn

  • Complete React Native app development
  • Learn to build 20 project from basic to advance
  • Learn Redux state management in react native app
  • Learn about API, CAMERA, SOUND and other mobile features
  • Learn about local storage in mobile apps
  • Learn about Firebase – An online real time database
  • Who Should Attend

  • Beginners in mobile app development
  • Beginner in Android development
  • Beginners in iOS development
  • Students who are looking for a 1 stop solution for mobile development using react native
  • Target Audiences

  • Beginners in mobile app development
  • Beginner in Android development
  • Beginners in iOS development
  • Students who are looking for a 1 stop solution for mobile development using react native
  • Let’s start the discussion with some most obvious questions:

    What is prerequisite for this course?

    Before starting this course, we assume that you are comfortable with javascript. Things like loops, functions, array and arrow functions are clear to you.

    Is react native related to reactJS?

    This course was designed in a way that student can start directly with this course. There is no need for reactJS for this course. But if you do have reactjs knowledge, that’s great.

    Do I need high end laptop/desktop for this course?

    This is one great thing with react native. Throughout this course, we will be working with VSCode and you can run apps in mobile phone (real device). Don’t worry, process is covered in the course.

    Is redux included?

    Yes, of course. and includes firebase, Camera API, sound etc too.

    What apps we will be creating in this course?

    So many apps.

    DiceRoller, CurrencyConverter, TicToeToe, Scratch and win, Photo clicker, Employee App, User API, Authentication, Message Board, Chat app, Contact App etc.

    What is react native?

    React native is a project by Facebook (open source), used to design Android and iOS apps with single code apps. One more amazing thing about react native is hot reloading which makes app development time faster.

    Working with react native is super fun. This course is 1 stop solution to learn react native.

    Here are some kind words by our students:

    i really loved the approach in which the instructor taught i,e to go with the documentation. He actually teaches you how to learn new things. i just loved the course.

    — Surabhi Nirgudwar

    This course is one of the best course have ever done. The tutor is also the best tutor have ever encounter. I love how he was able to carry everybody along, i understood everything in this course and i look forward in doing more course from you.

    — Deborah

    very straight forward, covers everything (including minor details), easy to follow and understand

    — Cara

    Catch you inside the course!

    Course Curriculum

    Chapter 1: React Native Introduction

    Lecture 1: Introduction to React Native

    Lecture 2: Expo vs Non Expo installation

    Lecture 3: Tools that we will need

    Lecture 4: Our first React Native App

    Lecture 5: Running App on Android, iPhone and real device

    Chapter 2: Non Expo path of building Apps

    Lecture 1: Creating a project with react native cli

    Lecture 2: Running an application on Android and iOS

    Chapter 3: Getting started with React native

    Lecture 1: Exploring file structure

    Lecture 2: Rewriting application

    Lecture 3: introduction to styling in React native

    Lecture 4: What is a component

    Lecture 5: Creating a dumb component

    Lecture 6: Props and Smart components

    Chapter 4: Exploring components

    Lecture 1: Loading images into the app

    Lecture 2: Styling basics in react native

    Lecture 3: Introduction to flexbox

    Lecture 4: More on flexbox for mobile

    Lecture 5: Introduction to states and constructor

    Lecture 6: Managing state and fun app

    Chapter 5: Touchable and creating an app

    Lecture 1: Buttons in react native

    Lecture 2: Touchables in react native

    Lecture 3: Background changer app

    Chapter 6: Dice Roller App

    Lecture 1: Getting app assets

    Lecture 2: Design custom button

    Lecture 3: Getting a Random Number

    Lecture 4: getting Random images

    Chapter 7: Currency Converter app and Ejecting from Expo

    Lecture 1: Handling Notches

    Lecture 2: Creating input and Result Views

    Lecture 3: Creating all the buttons

    Lecture 4: Adding working logic

    Lecture 5: Handling keyboards events in React native

    Lecture 6: Ejecting expo app to Android and iOS app

    Chapter 8: Third party components and TIC TAC TOE

    Lecture 1: Third party components

    Lecture 2: Exploring Native Base

    Lecture 3: Can you debug in React Native

    Lecture 4: Loading Custom Fonts and Resolve Errors

    Lecture 5: Adding TODOs and TIC TAC TOE

    Lecture 6: Flipping Cross and Zeros

    Lecture 7: Writing more functions

    Lecture 8: Writing winning logic for TIC TAC TOE

    Lecture 9: Design part of TIC TAC TOE

    Chapter 9: Sound and Spanish number app

    Lecture 1: Exploring Expo docs

    Lecture 2: Getting assets for playing sound

    Lecture 3: Understand the play method

    Lecture 4: Creating a button for sound

    Lecture 5: Finishing Audio app

    Chapter 10: Scratch and win Game app

    Lecture 1: Bug in default app and fix

    Lecture 2: Define the function for game

    Lecture 3: Getting functions for ready

    Lecture 4: Getting the design part and fixes

    Lecture 5: Dimensions and Assignment

    Chapter 11: React navigation and camera centric app

    Lecture 1: Info property list and manifest permission

    Lecture 2: Working on multiple screen React navigation

    Lecture 3: Creating your first screen and Navigation

    Lecture 4: create a follow screen

    Lecture 5: Take information to New screen

    Lecture 6: Using information on other screen

    Lecture 7: creating photoCliker app

    Lecture 8: Design home screen

    Lecture 9: Refractroing and Permission

    Lecture 10: Flashlight and camera flip

    Lecture 11: Designing View for camera and bugs

    Lecture 12: Thinking process behind debugging

    Chapter 12: Local Storage – A Publishable contact app

    Lecture 1: Reading docs for Flastlist and AsyncStorage

    Lecture 2: Create 4 screens and Navigate

    Lecture 3: Add a floating action button

    Lecture 4: Save Data in AsyncStorage

    Lecture 5: Design Add contact screen and challenge

    Lecture 6: Assignment solution for scroll

    Lecture 7: Get all contact

    Lecture 8: Using flatlist in Homescreen

    Lecture 9: Fetching info in flatlist

    Lecture 10: platform specific code

    Lecture 11: grab key and populate data

    Lecture 12: Open phone indent for iOS and Android

    Lecture 13: Calling SMS intent

    Lecture 14: Debug the app and design

    Lecture 15: Adding actions on Phone and SMS

    Lecture 16: Delete the contact

    Lecture 17: Working on edit screen

    Lecture 18: update contact with merge operation

    Lecture 19: Grande finale of contact app

    Chapter 13: Redux – A state management library

    Lecture 1: Redux theory

    Lecture 2: Never mutate that state

    Lecture 3: create a basic redux app

    Lecture 4: Design the Reducer

    Lecture 5: Move code in separate file

    Instructors

  • Complete React Native bootcamp Build 18 iOS Android app  No.2
    Igneus Technologies
    Best Comprehensive Courses
  • Rating Distribution

  • 1 stars: 25 votes
  • 2 stars: 12 votes
  • 3 stars: 55 votes
  • 4 stars: 141 votes
  • 5 stars: 218 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!