Horizontal Scroll in React NativeA Horizontal ScrollView in React Native is a component used to display a list of scrollable items horizontally. It works similarly to the default ScrollView component, but instead of scrolling vertically, it scrolls horizontally. To create a Horizont...Feb 13, 2023·1 min read
Start First React Native App and Debugging (Ubuntu)STEP 1:create a project called AwesomeProject npx react-native init AwesomeProject Step 2:Check and confirm USB debugging /Developer option Enable adb devices If you have a physical Android device, the device name listed here Step 3: Start your app...Jan 28, 2023·1 min read
Installation Guide for React Native (Linux)Welcome to Installation Guide For React Native on Linux distros. STEP 1 :Install Visual Studio Code download and install a suitable Linux package STEP 2:Install Node JS Install Node package using below command you can check the Node version using: ...Jan 27, 2023·2 min read