The Complete Guide To Create Your First Mobile App With React Native and Redux Sagas - Part 1
The Complete Guide To Create Your First Mobile App With React Native and Redux Sagas - Part 1
The Complete Guide To Create Your First Mobile App With React Native and Redux Sagas - Part 1
Learn how easily you can create a real life mobile app with React Native
and Redux Sagas
Objective
• The objective of this tutorial is to create a mobile app from scratch
step by step
• We will learn how to consume and fetch data from an external api.
We are going to use this public api to fetch data
(https://www.thecocktaildb.com/api.php)
Part 3:
• Add animations
Part 4:
• Add and configure Google admob to the app
Part 5:
• How to deploy to Google play store and Apple app store
Requisites
• Have react native cli installed
Source code
https://github.com/xap5xap/mobileApp
Basically it has one screen that request data from an external API and
present it in a grid list
Table of contents
1. Create React Native project
4. Create homescreen
5. Run the app
react-native run-ios
• Inside the App folder lest create a new folder called Services
Now, create a new file that will have the code that will consume the
data from the external api.
react-native run-ios
Summary
• This simple add was built on 4 simple steps