• Post category:StudyBullet-7
  • Reading time:5 mins read


Learn to build cross platform mobile applications with React Native CLI, React Hooks and Functional Components

What you will learn

Installation setup for React Native CLI development

Build cross platform applications with React Native CLI

Navigate between screens

Navigate to screens dynamically

Use of The Movie Database API

Add custom styles

– React Hooks

Functional Components

Get Movies by genre

Lists

Search Movie Method

Image Galleries

Video Player and its commands

Description

React Native is growing at a fast pace, while more and more companies of any size are adopting it to build cross platform applications with a single code base.

In this course we aim to teach React Native flow and its secrets by building a real world project where we aim to have a solid foundation into React Native framework as well React Hooks and Functional Components.

You will build a mobile application targeted for both iOS and Android environment while you learn the responsiveness of the style, navigation between screens and get and manage data from an external API.

In this course you will learn:

– Set up your machine environment for React Native CLI development

– Build cross platform applications with React Native CLI

– Navigate between screens

– Navigate to screens dynamically

– Use of The Movie Database API

– Add custom styles

– Component base development

– React Hooks

– Functional Components

– Get Movies by genre

– Lists

– Search Movie Method


Get Instant Notification of New Courses on our Telegram channel.


– Image Galleries

– Video Player and its commands

After this course you will be able to:

– Set up the system correctly

– Manage Errors a Debug React Native CLI applications

– Build applications from scratch

– Understand good architecture flow for an application

– Get data from the server using Axios

– Handle Data

– Display and render custom Lists

– Implement search methods

– Add external packages

– Tap in the native code of a iOS and Android application

We can’t wait to have you in board with us.

See you there!

English
language

Content

Getting Started

Introduction
Course Requirements
Instructions
If you stuck in code or getting Errors
What is React Native?
React Native CLI or Expo CLI?
Installation of Node Version
Setting up Development Enviornment
How to setup Android
Installation of Java
How to setup IOS
Code Editor
Installing Extensions for Rapid Coding
Create React Native Project
Running on iOS Simulator
Running on Android Emulator
Running on Physical Mobile Using Vysor
Hello World App and Logging
Debugging with Web Browser

Start Building Our Application

Getting Movies Data: API Overview
Creating Movies App Project
Regarding Dependencies Versions
Create Data Service for Movies
Display Movie Data

Application Home Screen

Creating Home Screen Component
Course Update for complete guide of React Native