© 2023 Hashnode
#hiteshchaudhary
In this blog, we will be discussing how to start your first React Native app and debug it. Before diving into the process, it's important to note that you must have completed the installation process …
Why React Native is the Future of Mobile App Development🤔? React Native is a popular framework for building mobile apps that allows for faster development and better performance. It utilizes JavaScri…
STEP 1:create a project called AwesomeProject npx react-native init AwesomeProject Step 2: Start your application npx react-native run-android Step 3:Check and confirm USB debugging /Developer option Enable adb devices In ubuntu "npx rea…
Hey everyone, Harshit on this side. In this blog, I will share how can you set up the react native environment on your Linux machine. As Hitesh sir has started the react native series on his youtube c…
Are you tired of using CSS's float and position properties to make your layouts responsive? Using these properties can also be a bit frustrating and not so convenient. Thankfully there is Flexbox to m…
What is CSS Grid Layout CSS Grid helps make simple and complex layouts where the items in the grid container are arranged in two dimensions both horizontally and vertically. Grid is used to arrange th…
UI (User Interface) It refers to the visual elements that allow users to interact with a product It focuses on the look and feel of a product- typography, colors, images, and more The goal is to make …
Grid layout divides the page into different sections and aligning the elements into rows and columns. The prime difference between flex and grid is using flex we can position elements either in a row …
Why do we need GIT and GITHUB? Before defining GIT and GitHub I would like to tell you guys about version control and the version control system. So, version control is the practice of tracking the …
In this article, we will study CSS Grid and we will try to understand what is CSS Grid and where it is used so lets get started. 🔸What is CSS Grid? CSS Grid is a two-dimensional layout concept that i…