Companies Home Search Profile

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

Focused View

Nata Vacheishvili

17:47:54

116 View
  • 1 - Welcome to This Course What to Expect.mp4
    05:00
  • 2 - What is React Native.mp4
    02:30
  • 3 - React Native CLI vs Expo.mp4
    05:08
  • 4 - How to Setup Local Development Environment for iOS React Native Apps.mp4
    15:44
  • 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.mp4
    10:42
  • 5 - React Native Developer Website Guide for android Environment Setup on Mac.txt
  • 6 - What is a Code Editor ESLint Prettier Optional.mp4
    07:13
  • 7 - What is JSX Optional.mp4
    04:27
  • 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.mp4
    05:40
  • 9 - Code We Had Before the Class Note the Selected Branch on Github.txt
  • 9 - Hello World App Detailed Overview.mp4
    02:42
  • 10 - Introduction.mp4
    02:01
  • 11 - JavaScript Summary.mp4
    01:36
  • 12 - Code Changes We Made During the Class.txt
  • 12 - Github Repository Created for JavaScript Refresher Section.txt
  • 12 - Syntax Refresher.mp4
    04:17
  • 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.mp4
    01:28
  • 14 - Arrow Functions.mp4
    02:28
  • 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.mp4
    01:40
  • 16 - Array Array Methods.mp4
    05:02
  • 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.mp4
    02:28
  • 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.mp4
    04:08
  • 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.mp4
    04:03
  • 20 - Preface for APIs.html
  • 21 - Async Await Promises Working with APIs.mp4
    07:11
  • 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.mp4
    01:58
  • 23 - Introduction.mp4
    01:05
  • 24 - Borders.mp4
    05:26
  • 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.mp4
    03:33
  • 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.mp4
    02:29
  • 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.mp4
    06:26
  • 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.mp4
    04:16
  • 28 - Text Styles React Native Official Documentation.txt
  • 29 - Summary.mp4
    01:46
  • 30 - Introduction.mp4
    02:23
  • 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.mp4
    04:19
  • 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.mp4
    06:42
  • 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.mp4
    04:48
  • 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.mp4
    07:27
  • 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.mp4
    02:33
  • 36 - Summary.mp4
    02:04
  • 37 - Introduction.mp4
    01:46
  • 38 - What are React Hooks.mp4
    01:31
  • 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.mp4
    04:16
  • 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.mp4
    06:52
  • 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.mp4
    07:45
  • 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.mp4
    11:04
  • 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.mp4
    06:51
  • 43 - Custom Hooks React Official Documentation.txt
  • 43 - Custom Hooks W3Schools Documentation.txt
  • 44 - Summary.mp4
    01:49
  • 45 - Introduction.mp4
    01:58
  • 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.mp4
    06:50
  • 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.mp4
    02:09
  • 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.mp4
    03:58
  • 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.mp4
    16:28
  • 49 - IMPORTANT Code to Use Before Class Note the Selected Branch on Github.txt
  • 50 - Summary.mp4
    01:01
  • 51 - Introduction.mp4
    01:23
  • 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.mp4
    07:40
  • 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.mp4
    09:38
  • 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.mp4
    04:46
  • 56 - ScrollView Component React Native Official Documentation.txt
  • 56 - cake.zip
  • 57 - Button Component Form Submission.mp4
    07:45
  • 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.mp4
    04:14
  • 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.mp4
    05:06
  • 60 - Code Changes We Made During the Class.txt
  • 60 - Deep Dive in Flexbox.mp4
    13:18
  • 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.mp4
    01:33
  • 62 - What is Figma.mp4
    03:06
  • 63 - Figma Tutorial for our Upcoming Projects.mp4
    08:04
  • 64 - Figma Design Link.txt
  • 64 - Social Media Feed Application Introduction.mp4
    02:15
  • 65 - Figma Design Link.txt
  • 65 - Github Code for Getting Started on Social Media App.txt
  • 65 - Installing a new Application.mp4
    02:16
  • 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.mp4
    04:37
  • 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.mp4
    05:27
  • 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.mp4
    06:02
  • 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.mp4
    10:03
  • 70 - Figma Design Link.txt
  • 70 - Flatlist React Native Official Documentation.txt
  • 70 - What is a Flatlist.mp4
    01:47
  • 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.mp4
    05:29
  • 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.mp4
    10:54
  • 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.mp4
    11:34
  • 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.mp4
    06:26
  • 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.mp4
    24:48
  • 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.mp4
    08:02
  • 77 - FlatList ListHeaderComponent React Native Official Documentation.txt
  • 77 - What is React Fragment Empty Fragment Explanation.txt
  • 78 - Summary.mp4
    01:36
  • 79 - Getting Started Code for this section Social Media App Note the Selected Branch on Github.txt
  • 79 - Introduction to Debugging.mp4
    00:55
  • 80 - Handling Errors.mp4
    05:20
  • 80 - Stack Overflow Google of Developers Everyday Companion of Software Engineers.txt
  • 81 - Logging to the Console.mp4
    07:38
  • 82 - Getting Started Code for this section Social Media App Note the Selected Branch on Github.txt
  • 82 - React DevTools.mp4
    06:15
  • 82 - React DevTools Official Documentation.txt
  • 83 - Documentation.mp4
    01:51
  • 83 - React Native Official Documentation.txt
  • 83 - Stack Overflow Google of Developers Everyday Companion of Software Engineers.txt
  • 84 - Introduction.mp4
    01:32
  • 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.mp4
    07:00
  • 86 - BEST TAKEAWAY Responsive Scaling for Fonts Vertical and Horizontal Sizings.mp4
    12:51
  • 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.mp4
    12:32
  • 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.mp4
    06:24
  • 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.mp4
    02:26
  • 90 - Summary.mp4
    01:51
  • 91 - Introduction.mp4
    01:08
  • 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.mp4
    03:56
  • 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.mp4
    02:40
  • 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.mp4
    19:52
  • 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.mp4
    06:02
  • 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.mp4
    18:03
  • 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.mp4
    06:57
  • 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.mp4
    08:29
  • 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.mp4
    09:52
  • 99 - Figma Design Link.txt
  • 100 - Summary.mp4
    01:48
  • 101 - Figma Design.txt
  • 101 - Introduction.mp4
    02:08
  • 102 - Creating Project Setting Up.mp4
    02:23
  • 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.mp4
    02:38
  • 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.mp4
    04:07
  • 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.mp4
    09:06
  • 106 - Donation App Architectural Plan Discussion.mp4
    04:00
  • 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.mp4
    08:22
  • 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.mp4
    08:27
  • 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.mp4
    09:09
  • 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.mp4
    03:28
  • 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.mp4
    02:32
  • 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.mp4
    13:21
  • 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.mp4
    07:34
  • 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.mp4
    04:34
  • 116 - Summary.mp4
    01:06
  • 117 - Introduction.mp4
    02:03
  • 118 - Redux vs Redux Toolkit.mp4
    03:26
  • 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.mp4
    01:53
  • 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.mp4
    05:45
  • 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.mp4
    03:00
  • 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.mp4
    04:07
  • 123 - Actions in Redux Toolkit.mp4
    02:22
  • 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.mp4
    02:50
  • 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.mp4
    07:03
  • 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.mp4
    13:05
  • 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.mp4
    04:20
  • 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.mp4
    09:40
  • 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.mp4
    09:55
  • 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.mp4
    07:08
  • 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.mp4
    04:43
  • 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.mp4
    08:03
  • 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.mp4
    05:14
  • 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.mp4
    05:38
  • 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.mp4
    08:26
  • 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.mp4
    12:30
  • 140 - Summary.mp4
    01:41
  • 141 - Introduction.mp4
    02:18
  • 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.mp4
    14:30
  • 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.mp4
    05:01
  • 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.mp4
    04:37
  • 145 - What is Firebase.mp4
    03:18
  • 146 - How Does Authentication Work.mp4
    06:08
  • 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.mp4
    10:08
  • 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.mp4
    01:33
  • 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.mp4
    04:48
  • 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.mp4
    07:46
  • 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.mp4
    07:16
  • 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.mp4
    05:39
  • 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.mp4
    02:46
  • 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.mp4
    03:29
  • 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.mp4
    09:37
  • 157 - Summary.mp4
    01:59
  • 158 - Introduction.mp4
    02:25
  • 159 - What is a Server.mp4
    02:36
  • 160 - What is API.mp4
    02:24
  • 161 - Code Changes We Made During the Class.txt
  • 161 - NodeJS ExpressJS Setting Up Server on Local Development Environment.mp4
    08:47
  • 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.mp4
    06:23
  • 163 - Postman Download Link.txt
  • 163 - What is Postman and How to Use It.mp4
    03:23
  • 164 - Body Parser Get Post Delete Put Requests.mp4
    09:25
  • 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.mp4
    05:33
  • 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.mp4
    12:58
  • 167 - Summary.mp4
    02:07
  • 168 - Introduction.mp4
    02:00
  • 169 - What is Stripe.mp4
    01:38
  • 170 - Signing Up For Stripe.mp4
    04:03
  • 170 - Stripe Sign Up.txt
  • 171 - Code Changes We Made During the Class.txt
  • 171 - Setting Up Stripe Server Integration.mp4
    17:15
  • 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.mp4
    07:46
  • 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.mp4
    07:28
  • 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.mp4
    17:15
  • 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.mp4
    10:02
  • 177 - Summary.mp4
    02:11
  • 178 - Introduction.mp4
    02:20
  • 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.mp4
    07:21
  • 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.mp4
    11:45
  • 180 - React Native Bootsplash Official Guide.txt
  • 180 - logo.zip
  • 181 - Apple Choose Membership Information.txt
  • 181 - Apple Developer Account.mp4
    05:46
  • 181 - Apple Enroll in Developer Account.txt
  • 182 - Google Developer Account.mp4
    03:11
  • 182 - Google Enroll in Developer Account.txt
  • 183 - Google Developer Account ID Verification.html
  • 184 - What is TestFlight.mp4
    06:44
  • 185 - Creating Github Account Optional.mp4
    02:21
  • 185 - Github.txt
  • 186 - What is Fastlane.mp4
    02:57
  • 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.mp4
    22:55
  • 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.mp4
    06:17
  • 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.mp4
    32:08
  • 192 - Summary.mp4
    01:38
  • Description


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

    What You'll Learn?


    • Learn how to use ReactJS to build react native mobile apps for iOS and Android. No ReactJS Experience Required.
    • Explore React Native basics and advanced concepts!
    • Develop cross-platform (iOS and Android) mobile apps and use it for your resume
    • Explore and implement efficient state management and side effect handling using React Hooks.
    • Implement navigation and routing functionalities within React Native applications.
    • Acquire skills in debugging, data management with Redux Toolkit, and user authentication.
    • Learn about deploying React Native applications to app stores.
    • Create Applications with Payment Systems

    Who is this for?


  • Beginner and intermediate developers eager to learn React Native for cross-platform app development.
  • Mobile app developers looking to expand their skills to include React Native for iOS and Android.
  • Web developers with experience in ReactJS wanting to build mobile apps using their existing knowledge.
  • Individuals seeking to enhance their resume with hands-on experience in React Native app development.
  • Tech enthusiasts interested in exploring the latest trends in mobile app development.
  • Professionals looking to create high-quality mobile apps with key features like navigation and user authentication.
  • Students or self-learners interested in gaining a comprehensive understanding of React Native and its advanced concepts.
  • Developers aiming to deploy their React Native apps to app stores for wider distribution and user access.
  • What You Need to Know?


  • JavaScript or any other basic programming experience is a must
  • macOS System Required if you are a beginner React Native developer with no experience in React Native CLI
  • More details


    Description

    The course is available for FREE for a limited time - use code LEARNREACTFREE and I'd love to see you review it

    Unlock the power of React Native and build impressive iOS and Android apps with this comprehensive course. Whether you're a beginner or an experienced developer, this course is designed to equip you with the skills and knowledge needed to create robust mobile applications using React Native.

    In the "Getting Started" section, you'll dive into the fundamentals, exploring React Native's core concepts, understanding the difference between React Native CLI and Expo, and setting up your local development environment for both iOS and Android. You'll also get acquainted with important tools like code editors, ESLint, and Prettier.

    Once you have a solid foundation, you'll move on to the essentials of React and React Native. Learn about components, stylesheets, props, event handling, and how to create basic UI elements such as buttons, text inputs, and icons. Take a deep dive into React Hooks and gain a solid understanding of useState, useEffect, useRef, useContext, and creating custom hooks.

    To create visually appealing and responsive interfaces, the course covers styling techniques with borders, margins, paddings, and flexbox. You'll also explore advanced topics such as debugging, data management with Redux Toolkit, user authentication, building APIs with NodeJS and Express, integrating payment systems using Stripe, and deploying your applications to app stores.

    With hands-on assignments and a practical project, you'll gain real-world experience as you apply your newfound knowledge. Whether you're looking to enhance your skills for career advancement or create your own mobile app, this course is the ultimate resource for mastering React Native in 2023.

    Enroll now and join the learners who have already transformed their mobile app development skills with this comprehensive React Native course. Take the next step in your coding journey and unleash the potential of React Native today.

    Who this course is for:

    • Beginner and intermediate developers eager to learn React Native for cross-platform app development.
    • Mobile app developers looking to expand their skills to include React Native for iOS and Android.
    • Web developers with experience in ReactJS wanting to build mobile apps using their existing knowledge.
    • Individuals seeking to enhance their resume with hands-on experience in React Native app development.
    • Tech enthusiasts interested in exploring the latest trends in mobile app development.
    • Professionals looking to create high-quality mobile apps with key features like navigation and user authentication.
    • Students or self-learners interested in gaining a comprehensive understanding of React Native and its advanced concepts.
    • Developers aiming to deploy their React Native apps to app stores for wider distribution and user access.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Nata Vacheishvili
    Nata Vacheishvili
    Instructor's Courses
    Experience as a DeveloperStarting out at the young age of 8, I was already on a journey to become a master of programming. I never stopped learning new skills and languages, and even created websites for family and friends just for fun. My passion for coding led me to attend one of the top engineering schools in the USA, WPI, where I graduated with distinction as a Computer Scientist. Today, I am a successful Lead Software Engineer, helping to guide and mentor Junior developers to reach their full potential.With a wealth of experience under my belt, I am a true Full Stack Developer, with expertise in Javascript (React, Vue, React Native & Node) as well as PHP and MySQL. I am constantly exploring new languages such as Java, C++, Python, and more to stay at the forefront of my field.In addition to my coding skills, I am also a certified AWS developer with a huge passion for DevOps and architecting applications that can scale to meet any challenge. Join me in this exciting field, where the possibilities are endless.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 179
    • duration 17:47:54
    • Release Date 2023/07/04