Setting up the development environment of React Native. . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 8-Sep-2021
81 reviews
If you are new to mobile development, the easiest way to get started is with Expo CLI. Expo is a set of tools built around React Native

How React Native is different from ReactJS ? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 19-jan-2022
157 reviews
ReactJS: It is a JavaScript library that supports both front-end and server-side. It is a popularly used library, which focuses on developing user interfaces (UI) for mobile as well as web-based applications. Developed by Facebook, it is based on the JavaScript language and hence, it is synonymously also called ReactJS.

How to Use Routing with React Navigation in React Native ? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 19-jan-2022
158 reviews
Almost every mobile application requires navigating between different screens. React Native provides an elegant and easy-to-use library to add navigation to native applications: react-navigation. It is one of the most popular libraries used for routing and navigating in a React Native application.

What are different ways of styling in a react native component ? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 19-jan-2022
159 reviews
Stying in React Native is not the same as normal CSS. For styling elements in React Native, JavaScript objects are used. Every core component in React Native accepts the style prop which accepts a JavaScript object containing CSS property names as key. Any CSS property used in these objects follows the camel case convention, for instance. backgroundColor is used rather than background-color.

React Native Tab Navigation Component . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 19-jan-2022
160 reviews
In this Video, we are going to see how to implement Tab Navigation in react-native. For this, we are going to use createBottomTabNavigator component. It is basically used for navigation from one page to another. These days mobile apps are made up of a single screen, so create various navigation components in React Native. We want to use React Navigation.

How to Add Icons at the Bottom of Tab Navigation in React Native ? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 19-jan-2022
161 reviews
Adding Icons at the Bottom of Tab Navigation in React Native is a fairly easy task. In this Video, we will implement a basic application to learn to use icons in our tab navigation. For this, we first need to set up the application and install some packages.

How to create Material Bottom Tab Navigator in React Native ? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 19-jan-2022
162 reviews
To create a Bottom Tab Navigator using Material, we need to use the createMaterialBottomTabNavigator function available in the react-navigation library. It is designed with the material theme tab bar on the bottom of the screen. It provides you with pleasing UI features and allows you to switch between different routes with animation

How to check which tab is active using Material UI ? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 19-jan-2022
163 reviews
Material-UI is one of the most popular React UI libraries. Material-UI components work in isolation. They are self-supporting, and will only inject the styles they need to display. They dont rely on any global style-sheets such as normalize.css.

What is Virtual Machines in Cloud Computing? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 10-Feb-2022
408 reviews
In this Video, I am going to discuss Virtual Machines in Cloud Computing. But before understanding the Virtual Machines, let us first understand the state of IT before Virtual Machines came into existence.

CPU architecture Cambridge IGCSE A & AS-LEVEL Paper 1 Computer Science Topic wise past papers and solution . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 17-Feb-2022
544 reviews
All modern computers have some form of operating system which users generally take for granted. The operating system makes it possible to communicate with the software and hardware that make up a typical computer system.

Configure Visual Studio for Azure development with .NET . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 11-Mar-2022
629 reviews
Visual Studio includes tooling to help with the development and deployment of applications on Azure. This guide will help you make sure that you have Visual Studio properly configured for Azure development.

What is Bitcoin and Cryptocurrency Technologies? . The Complete React Native Developer Course 2023 Videos.

Posted by admin   
Published on 25-Mar-2022
693 reviews
Cryptocurrency or crypto is a form of digital currency that can act as a medium of exchange through a computer network without the need of any central authority like a government or banks to maintain it. Cryptocurrency can only be stored in a digital wallet and any payment made using crypto exists purely as a digital entry on an online database.