وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

React Native: Mobile App Development (CLI) [Created in 2023]

سرفصل های دوره

(All Levels) - Build iOS and Android Apps: Master Hooks, Redux Toolkit, Navigation, Authentication, Payment & App Stores


1 - Getting Started
  • 1 - Welcome to This Course What to Expect
  • 2 - What is React Native
  • 3 - React Native CLI vs Expo
  • 4 - How to Setup Local Development Environment for iOS React Native Apps
  • 4 - React Native Developer Website Guide for iOS Environment Setup on Mac.txt
  • 5 - How to Setup Local Development Environment for Android React Native Apps
  • 5 - React Native Developer Website Guide for android Environment Setup on Mac.txt
  • 6 - What is a Code Editor ESLint Prettier Optional
  • 7 - What is JSX Optional
  • 8 - Code Changes We Made During the Class.txt
  • 8 - HWApp Code Github Repository Initial Note the Branch Selected.txt
  • 8 - Lets Create Hello World App
  • 9 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 9 - Hello World App Detailed Overview

  • 2 - Extra Javascript Refresher Optional
  • 10 - Introduction
  • 11 - JavaScript Summary
  • 12 - Code Changes We Made During the Class.txt
  • 12 - Github Repository Created for JavaScript Refresher Section.txt
  • 12 - Syntax Refresher
  • 13 - Code Changes We Made During the Class.txt
  • 13 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 13 - Let Const Variables
  • 14 - Arrow Functions
  • 14 - Code Changes We Made During the Class.txt
  • 14 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 15 - Code Changes We Made During the Class.txt
  • 15 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 15 - Objects Properties Methods
  • 16 - Array Array Methods
  • 16 - Code Changes We Made During the Class.txt
  • 16 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 16 - See More Array Related Information with All Available Methods on Official MDN Website.txt
  • 17 - Arrays Objects Reference Types
  • 17 - Code Changes We Made During the Class.txt
  • 17 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 17 - Explaining Value vs Reference in Javascript.txt
  • 18 - Code Changes We Made During the Class.txt
  • 18 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 18 - More Details if interested Explaining Rest vs Spread Operators.txt
  • 18 - Spread Operator Rest Operators
  • 19 - Code Changes We Made During the Class.txt
  • 19 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 19 - Destructuring
  • 20 - Preface for APIs.html
  • 21 - Async Await Promises Working with APIs
  • 21 - Code Changes We Made During the Class.txt
  • 21 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 21 - Good Read Asynchronous vs Synchronous Operations in JS.txt
  • 22 - Summary

  • 3 - Extra Styling Optional Made for complete beginners
  • 23 - Introduction
  • 24 - Borders
  • 24 - Code Changes We Made During the Class.txt
  • 24 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 24 - Layout Styles React Native Official Documentation.txt
  • 25 - Code Changes We Made During the Class.txt
  • 25 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 25 - Layout Styles React Native Official Documentation.txt
  • 25 - Margins
  • 26 - Code Changes We Made During the Class.txt
  • 26 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 26 - Layout Styles React Native Official Documentation.txt
  • 26 - Paddings
  • 27 - Code Changes We Made During the Class.txt
  • 27 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 27 - Layout Styles React Native Official Documentation.txt
  • 27 - Position Absolute Relative zIndex
  • 28 - Code Changes We Made During the Class.txt
  • 28 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 28 - Text Styles
  • 28 - Text Styles React Native Official Documentation.txt
  • 29 - Summary

  • 4 - React React Native Basics
  • 30 - Introduction
  • 31 - Code Changes We Made During the Class.txt
  • 31 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 31 - What is a Component
  • 32 - Code Changes We Made During the Class.txt
  • 32 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 32 - Stylesheet React Native Official Documentation.txt
  • 32 - What are Stylesheets
  • 33 - Code Changes We Made During the Class.txt
  • 33 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 33 - View Component
  • 33 - View Component React Native Official Documentation.txt
  • 34 - Code Changes We Made During the Class.txt
  • 34 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 34 - Props React Native Official Documentation.txt
  • 34 - What are Props Prop Types
  • 35 - Code Changes We Made During the Class.txt
  • 35 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 35 - Event Handling
  • 36 - Summary

  • 5 - Extra Deep Dive into React Hooks Optional Only for React beginners
  • 37 - Introduction
  • 38 - What are React Hooks
  • 38 - What is a Hook W3Schools Documentation.txt
  • 39 - Code Changes We Made During the Class.txt
  • 39 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 39 - Getting Started with useState
  • 39 - useState Hook.txt
  • 39 - useState Hook W3Schools Documentation.txt
  • 40 - Code Changes We Made During the Class.txt
  • 40 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 40 - Understanding useEffect
  • 40 - useEffect Hook W3Schools Documentation.txt
  • 41 - Code Changes We Made During the Class.txt
  • 41 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 41 - Working with refs and useRef
  • 41 - useRef Hook React Official Documentation.txt
  • 41 - useRef Hook W3Schools Documentation.txt
  • 42 - Code Changes We Made During the Class.txt
  • 42 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 42 - Working with useContext
  • 42 - useContext Hook W3Schools Documentation.txt
  • 43 - Code Changes We Made During the Class.txt
  • 43 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 43 - Creating Custom Hooks
  • 43 - Custom Hooks React Official Documentation.txt
  • 43 - Custom Hooks W3Schools Documentation.txt
  • 44 - Summary

  • 6 - Extra Deep Dive into Class Based Components Only for React Beginners
  • 45 - Introduction
  • 46 - Code Changes We Made During the Class.txt
  • 46 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 46 - What is a Class Based Component
  • 47 - Code Changes We Made During the Class.txt
  • 47 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 47 - Working with State Events
  • 48 - Code Changes We Made During the Class.txt
  • 48 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 48 - Component Lifecycle Methods in Action
  • 48 - More information for Component Lifecycle Methods.txt
  • 49 - Code Changes We Made During the Class.txt
  • 49 - Functional Components with Hooks VS Class Based Components with Lifecycle
  • 49 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 50 - Summary

  • 7 - Building Basic Components
  • 51 - Introduction
  • 52 - Resources for Image Component.html
  • 53 - Cake Google Image Address.txt
  • 53 - Code Changes We Made During the Class.txt
  • 53 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 53 - Image Component
  • 53 - Image Component React Native Official Documentation.txt
  • 53 - cake.zip
  • 54 - Code Changes We Made During the Class.txt
  • 54 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 54 - Text Input Component
  • 54 - Text Input Component React Native Official Documentation.txt
  • 55 - Resources for ScrollView.html
  • 56 - Code Changes We Made During the Class.txt
  • 56 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 56 - ScrollView Component
  • 56 - ScrollView Component React Native Official Documentation.txt
  • 56 - cake.zip
  • 57 - Button Component Form Submission
  • 57 - Code Changes We Made During the Class.txt
  • 57 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 58 - Code Changes We Made During the Class.txt
  • 58 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 58 - Switch Component
  • 58 - Switch Component React Native Official Documentation.txt
  • 59 - Code Changes We Made During the Class.txt
  • 59 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 59 - FontAwesome Installation Guide for React Native.txt
  • 59 - Icons with FontAwesome
  • 60 - Code Changes We Made During the Class.txt
  • 60 - Deep Dive in Flexbox
  • 60 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 60 - Layout with Flexbox React Native Official Documentation.txt
  • 61 - Summary

  • 8 - Figma Design Resources Optional
  • 62 - What is Figma
  • 63 - Figma Tutorial for our Upcoming Projects

  • 9 - Practice Getting Started on Social Media App
  • 64 - Figma Design Link.txt
  • 64 - Social Media Feed Application Introduction
  • 65 - Figma Design Link.txt
  • 65 - Github Code for Getting Started on Social Media App.txt
  • 65 - Installing a new Application
  • 66 - Code Changes We Made During the Class.txt
  • 66 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 66 - Figma Design Link.txt
  • 66 - How to Install Custom Fonts
  • 66 - Inter Font Google Fonts.txt
  • 67 - Code Changes We Made During the Class.txt
  • 67 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 67 - Creating Title Component
  • 67 - Figma Design Link.txt
  • 68 - Code Changes We Made During the Class.txt
  • 68 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 68 - Figma Design Link.txt
  • 68 - FontAwesome Installation Guide for React Native.txt
  • 68 - Installing Font Awesome Icons
  • 69 - Code Changes We Made During the Class.txt
  • 69 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 69 - Figma Design Link.txt
  • 69 - Finishing Up Header Component
  • 70 - Figma Design Link.txt
  • 70 - Flatlist React Native Official Documentation.txt
  • 70 - What is a Flatlist
  • 71 - Code Changes We Made During the Class.txt
  • 71 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 71 - Figma Design Link.txt
  • 71 - Setting Up For Flatlist
  • 72 - Code Changes We Made During the Class.txt
  • 72 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 72 - Figma Design Link.txt
  • 72 - Using Flatlist User Story Component
  • 72 - default-profile.zip
  • 73 - Code Changes We Made During the Class.txt
  • 73 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 73 - Figma Design Link.txt
  • 73 - Flatlist Flatlist Key Extractor React Native Official Documentation.txt
  • 73 - Implementing Infinite Scroll
  • 74 - Code Changes We Made During the Class.txt
  • 74 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 74 - Figma Design Link.txt
  • 74 - Setting Up for User Posts
  • 75 - Resources for Creating User Post.html
  • 76 - Code Changes We Made During the Class.txt
  • 76 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 76 - Creating User Posts using Flatlist
  • 76 - Figma Design Link.txt
  • 76 - default-post.zip
  • 77 - Code Changes We Made During the Class.txt
  • 77 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 77 - Figma Design Link.txt
  • 77 - Finishing Up Social Media App
  • 77 - FlatList ListHeaderComponent React Native Official Documentation.txt
  • 77 - What is React Fragment Empty Fragment Explanation.txt
  • 78 - Summary

  • 10 - Debugging Your Applications
  • 79 - Getting Started Code for this section Social Media App Note the Selected Branch on Github.txt
  • 79 - Introduction to Debugging
  • 80 - Handling Errors
  • 80 - Stack Overflow Google of Developers Everyday Companion of Software Engineers.txt
  • 81 - Logging to the Console
  • 82 - Getting Started Code for this section Social Media App Note the Selected Branch on Github.txt
  • 82 - React DevTools
  • 82 - React DevTools Official Documentation.txt
  • 83 - Documentation
  • 83 - React Native Official Documentation.txt
  • 83 - Stack Overflow Google of Developers Everyday Companion of Software Engineers.txt

  • 11 - Building Responsive UIs
  • 84 - Introduction
  • 85 - Code Changes We Made During the Class.txt
  • 85 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 85 - Dimensions React Native Official Documentation.txt
  • 85 - Figma Design Link.txt
  • 85 - What is Dimensions API
  • 86 - BEST TAKEAWAY Responsive Scaling for Fonts Vertical and Horizontal Sizings
  • 86 - Code Changes We Made During the Class.txt
  • 86 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 86 - Figma Design Link.txt
  • 86 - React Native Device Info Official Documentation.txt
  • 86 - React Native Responsive Screen Optional.txt
  • 87 - Code Changes We Made During the Class.txt
  • 87 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 87 - Figma Design Link.txt
  • 87 - Using Scaling Functions
  • 88 - Code Changes We Made During the Class.txt
  • 88 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 88 - Platform React Native Official Documentation.txt
  • 88 - Writing PlatformSpecific Code with the Platform API
  • 89 - Code Changes We Made During the Class.txt
  • 89 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 89 - Status Bar React Native Official Documentation.txt
  • 89 - Styling the Status Bar
  • 90 - Summary

  • 12 - Basic Navigation
  • 91 - Introduction
  • 92 - Code Changes We Made During the Class.txt
  • 92 - Figma Design Link.txt
  • 92 - Getting Started with React Navigation Official Guide.txt
  • 92 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 92 - Setting up Navigation System
  • 93 - Code Changes We Made During the Class.txt
  • 93 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 93 - Figma Design Link.txt
  • 93 - Introduction to Stack Navigation
  • 93 - Stack Navigator React Navigation Official Guide.txt
  • 94 - Code Changes We Made During the Class.txt
  • 94 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 94 - Creating Start Using Stack Navigator
  • 94 - Figma Design Link.txt
  • 95 - Code Changes We Made During the Class.txt
  • 95 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 95 - Creating Main Menu with Drawer Navigator
  • 95 - Drawer Navigation React Navigation Official Guide.txt
  • 95 - Figma Design Link.txt
  • 96 - Code Changes We Made During the Class.txt
  • 96 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 96 - Figma Design Link.txt
  • 96 - Profile Page
  • 97 - Code Changes We Made During the Class.txt
  • 97 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 97 - Creating Tab Navigation for Profile Page
  • 97 - Figma Design Link.txt
  • 97 - Material Top Tab Bar Navigation React Navigation Official Guide.txt
  • 98 - Code Changes We Made During the Class.txt
  • 98 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 98 - Figma Design Link.txt
  • 98 - How to Style Tab Labels
  • 98 - Material Top Tab Bar Styling Options React Navigation Official Guide.txt
  • 99 - Code Changes We Made During the Class.txt
  • 99 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 99 - Creating Components for Our Tab Contents
  • 99 - Figma Design Link.txt
  • 100 - Summary

  • 13 - Practice Donation Application Putting All Our Knowledge Together
  • 101 - Figma Design.txt
  • 101 - Introduction
  • 102 - Creating Project Setting Up
  • 102 - Figma Design.txt
  • 102 - Getting Started Code for Donation App Note the Selected Github Branch.txt
  • 103 - Code Changes We Made During the Class.txt
  • 103 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 103 - Figma Design.txt
  • 103 - Installing Custom Fonts
  • 103 - Inter Font Google Fonts.txt
  • 104 - Code Changes We Made During the Class.txt
  • 104 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 104 - Figma Design.txt
  • 104 - Installing React Native Navigation
  • 104 - React Native Navigation Getting Started Official Guide.txt
  • 104 - Stack Navigator React Navigation Official Guide.txt
  • 105 - Code Changes We Made During the Class.txt
  • 105 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 105 - Figma Design.txt
  • 105 - Setting Up Navigation Styles Home Page
  • 106 - Donation App Architectural Plan Discussion
  • 106 - Figma Design.txt
  • 107 - Code Changes We Made During the Class.txt
  • 107 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 107 - Creating Header Component
  • 107 - Figma Design.txt
  • 108 - Code Changes We Made During the Class.txt
  • 108 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 108 - Creating Button Component
  • 108 - Figma Design.txt
  • 109 - Code Changes We Made During the Class.txt
  • 109 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 109 - Creating Tab Component using useRef
  • 109 - Figma Design.txt
  • 110 - Code Changes We Made During the Class.txt
  • 110 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 110 - Creating Badge Component using useRef
  • 110 - Figma Design.txt
  • 111 - Code Changes We Made During the Class.txt
  • 111 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 111 - Figma Design.txt
  • 111 - Font Awesome Installation Guide.txt
  • 111 - Installing Font Awesome Icons
  • 112 - Code Changes We Made During the Class.txt
  • 112 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 112 - Creating Search Input Component
  • 112 - Figma Design.txt
  • 113 - Resources for Single Donation Item Component.html
  • 114 - Cactus Image.txt
  • 114 - Code Changes We Made During the Class.txt
  • 114 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 114 - Creating a Single Donation Item Component
  • 114 - Figma Design.txt
  • 115 - Code Changes We Made During the Class.txt
  • 115 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 115 - Figma Design.txt
  • 115 - Styling a Single Donation Item Component
  • 116 - Summary

  • 14 - Data Management with Redux Toolkit
  • 117 - Introduction
  • 118 - Redux vs Redux Toolkit
  • 119 - Code Changes We Made During the Class.txt
  • 119 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 119 - Installing Redux JS Toolkit
  • 119 - Installing Redux Toolkit Official Redux Guide.txt
  • 120 - Code Changes We Made During the Class.txt
  • 120 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 120 - Redux Toolkit Official Documentation on Slices.txt
  • 120 - What is a Slice How to Create One
  • 121 - Code Changes We Made During the Class.txt
  • 121 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 121 - Combine Reducers Redux Official Documentation.txt
  • 121 - What is combineReducers
  • 122 - Code Changes We Made During the Class.txt
  • 122 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 122 - Configuring Store
  • 123 - Actions in Redux Toolkit
  • 123 - Code Changes We Made During the Class.txt
  • 123 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 124 - Code Changes We Made During the Class.txt
  • 124 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 124 - Redux Logger
  • 125 - Async Storage React Native Official Documentation.txt
  • 125 - Code Changes We Made During the Class.txt
  • 125 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 125 - Persisting Store
  • 126 - Resources for Home Header Component.html
  • 127 - Code Changes We Made During the Class.txt
  • 127 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 127 - Figma Design.txt
  • 127 - User Profile Image URL.txt
  • 127 - Using User Reducer for Building Home Header
  • 127 - highlighted-image.zip
  • 128 - Categories List to Copy for Next Video.html
  • 129 - Code Changes We Made During the Class.txt
  • 129 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 129 - Figma Design.txt
  • 129 - New Reducer for Categories
  • 130 - Code Changes We Made During the Class.txt
  • 130 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 130 - Figma Design.txt
  • 130 - useSelector for Creating Categories Flatlist
  • 131 - Code Changes We Made During the Class.txt
  • 131 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 131 - Figma Design.txt
  • 131 - Paginating through Categories Flatlist
  • 132 - Resources for Donation Items.html
  • 133 - Code Changes We Made During the Class.txt
  • 133 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 133 - Donation Items Reducer Purging Persisted Store Updating from Reducers
  • 133 - Figma Design.txt
  • 134 - Code Changes We Made During the Class.txt
  • 134 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 134 - Figma Design.txt
  • 134 - Filtering Donation Items According to Selected Category
  • 135 - Code Changes We Made During the Class.txt
  • 135 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 135 - Displaying Filtered Items on the Home Screen
  • 135 - Figma Design.txt
  • 136 - Code Changes We Made During the Class.txt
  • 136 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 136 - Displaying Donation Items as a Grid
  • 136 - Figma Design.txt
  • 137 - Code Changes We Made During the Class.txt
  • 137 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 137 - Figma Design.txt
  • 137 - Using Donations Reducer to Setup Single Donation Screen
  • 138 - Code Changes We Made During the Class.txt
  • 138 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 138 - Explore Go Back Function from Navigation
  • 138 - Figma Design.txt
  • 139 - Code Changes We Made During the Class.txt
  • 139 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 139 - Figma Design.txt
  • 139 - Route Params Single Donation Item Screen
  • 140 - Summary

  • 15 - User Authentication
  • 141 - Introduction
  • 142 - Code Changes We Made During the Class.txt
  • 142 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 142 - Figma Design.txt
  • 142 - Input Component for Log In Registration Screens
  • 143 - Code Changes We Made During the Class.txt
  • 143 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 143 - Figma Design.txt
  • 143 - Log In Screen Creation
  • 144 - Code Changes We Made During the Class.txt
  • 144 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 144 - Figma Design.txt
  • 144 - Registration Screen
  • 145 - What is Firebase
  • 146 - How Does Authentication Work
  • 147 - Code Resources in the Upcoming Videos.html
  • 148 - Code Changes We Made During the Class.txt
  • 148 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 148 - Firebase Setup
  • 148 - Firebase for React Native Official Installation Guide.txt
  • 149 - Code Changes We Made During the Class.txt
  • 149 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 149 - Firebase Authentication Setup
  • 149 - Firebase Authentication for React Native Official Installation Guide.txt
  • 150 - Code Changes We Made During the Class.txt
  • 150 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 150 - Creating Users using Firebase
  • 151 - Code Changes We Made During the Class.txt
  • 151 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 151 - Error Success Handling
  • 151 - Figma Design.txt
  • 152 - Code Changes We Made During the Class.txt
  • 152 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 152 - Figma Design.txt
  • 152 - Logging Users in Using Firebase
  • 153 - Code Changes We Made During the Class.txt
  • 153 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 153 - Managing User Authentication State in the App
  • 154 - Code Changes We Made During the Class.txt
  • 154 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 154 - Figma Design.txt
  • 154 - Navigation Flows Authenticated Non Authenticated
  • 155 - Code Changes We Made During the Class.txt
  • 155 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 155 - Figma Design.txt
  • 155 - Logging Out
  • 156 - Code Changes We Made During the Class.txt
  • 156 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 156 - Token Expiration using Firebase AppState
  • 157 - Summary

  • 16 - Servers APIs NodeJS Express
  • 158 - Introduction
  • 159 - What is a Server
  • 160 - What is API
  • 161 - Code Changes We Made During the Class.txt
  • 161 - NodeJS ExpressJS Setting Up Server on Local Development Environment
  • 162 - Code Changes We Made During the Class.txt
  • 162 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 162 - Upgrading our Environment using Nodemon and Babel
  • 163 - Postman Download Link.txt
  • 163 - What is Postman and How to Use It
  • 164 - Body Parser Get Post Delete Put Requests
  • 164 - Code Changes We Made During the Class.txt
  • 164 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 165 - Code Changes We Made During the Class.txt
  • 165 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 165 - Preparing Our Environment to Use Firebase Cloud Functions
  • 166 - Code Changes We Made During the Class.txt
  • 166 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 166 - NVM Installation Guide Github.txt
  • 166 - Transferring Local Setup to Firebase And Testing with Postman
  • 167 - Summary

  • 17 - Payment System
  • 168 - Introduction
  • 169 - What is Stripe
  • 170 - Signing Up For Stripe
  • 170 - Stripe Sign Up.txt
  • 171 - Code Changes We Made During the Class.txt
  • 171 - Setting Up Stripe Server Integration
  • 172 - Code Changes We Made During the Class.txt
  • 172 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 172 - Setting Up Payment Screen for Donation App
  • 173 - Code Changes We Made During the Class.txt
  • 173 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 173 - Installing Stripe in Donation App
  • 173 - Stripe Installation Official Github Guide.txt
  • 174 - Code Changes We Made During the Class.txt
  • 174 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 174 - Integrating Stripe Server Side Code in Donation App
  • 175 - Stripe Possible Issues for Next Video.html
  • 176 - Donation App Code Changes We Made During the Class.txt
  • 176 - Donation App Code to Use Before Class Note the Selected Branch on Github.txt
  • 176 - Server Side Code Changes We Made During the Class.txt
  • 176 - Server Side Code to Use Before Class Note the Selected Branch on Github.txt
  • 176 - Uploading Server Side Code to Firebase Functions
  • 177 - Summary

  • 18 - Building and Deploying to the Stores
  • 178 - Introduction
  • 179 - Code Changes We Made During the Class.txt
  • 179 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 179 - Custom App Icons for iOS Android
  • 179 - Make App Icon Website.txt
  • 179 - altru.zip
  • 180 - Code Changes We Made During the Class.txt
  • 180 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 180 - Custom Splash Screen for iOS Android
  • 180 - React Native Bootsplash Official Guide.txt
  • 180 - logo.zip
  • 181 - Apple Choose Membership Information.txt
  • 181 - Apple Developer Account
  • 181 - Apple Enroll in Developer Account.txt
  • 182 - Google Developer Account
  • 182 - Google Enroll in Developer Account.txt
  • 183 - Google Developer Account ID Verification.html
  • 184 - What is TestFlight
  • 185 - Creating Github Account Optional
  • 185 - Github.txt
  • 186 - What is Fastlane
  • 187 - Note for Package and Apple Identifier Names.html
  • 188 - Apple Developer Account Sign In.txt
  • 188 - Apple Specific Password Login.txt
  • 188 - Code Changes We Made During the Class.txt
  • 188 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 188 - Fastlane Getting Started Documentation.txt
  • 188 - Fastlane iOS Android Setup Documentation.txt
  • 188 - How to Upload Applications to App Store
  • 189 - Google Play Store Account Verification.html
  • 190 - Code Changes We Made During the Class.txt
  • 190 - Code to Use Before Class Note the Selected Branch on Github.txt
  • 190 - Updating Firebase Project Package Naming
  • 191 - Code Changes We Made During the Class.txt
  • 191 - Fastlane iOS Android Setup Documentation.txt
  • 191 - Google-PlayStore-Resources.zip
  • 191 - How to Upload Applications to Google Play Store
  • 192 - Summary
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 16008
    حجم: 10705 مگابایت
    مدت زمان: 1068 دقیقه
    تاریخ انتشار: ۱۵ تیر ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید